|
143 KB
|
182 KB
|
87 KB
FIXED the following Automate options:
- Introduce INSERT Statement
- Introduce UPDATE Statement
- Introduce DELETE Statement
- Introduce SELECT Statement
WON'T FIX the following Automate options:
- Introduce Columns
- Introduce Qualified Columns
- Introduce Value Stubs
We don't have a MongoJS parser to get the collection name from the MongoJS statements. Therefore, we can't support the Columns options. Also, the Columns options generate a comma-separated list. For MongoJS, if we decide to support the Columns options, we'll need to generate the column information in JSON syntax.
Verified in Aqua Data Studio 18.0.0-devi-179. Refer attached screenshot-14509-devi179.png.
Verified in Aqua Data Studio 18.0.0-devi-179. Refer attached screenshot-14509-devi179.png.
Issue #14509 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.0.0-devi-178 |
No time estimate |
FIXED the following Automate options:
- Introduce INSERT Statement
- Introduce UPDATE Statement
- Introduce DELETE Statement
- Introduce SELECT Statement
WON'T FIX the following Automate options:
- Introduce Columns
- Introduce Qualified Columns
- Introduce Value Stubs
We don't have a MongoJS parser to get the collection name from the MongoJS statements. Therefore, we can't support the Columns options. Also, the Columns options generate a comma-separated list. For MongoJS, if we decide to support the Columns options, we'll need to generate the column information in JSON syntax.