You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we return a list of rows in the Enhanced Console, we need to be able to select a row in the tabular list that gets returned, right click and generate the CQL insert statment containing the data that was returned in that select
Have the option to select multiple rows or all rows in the enhanced console when a resultset is returned to export to CQL insert statements.
This can then be presented in a CQL preview pane with users have the option to copy it to their clipboard or save it to a file with the .cql extension defaulting the base save location to their workspace directory.
There is no option to execute this CQL as it just for copying purposes or saving to a file
We dont support this feature if its a JSON select result - its only on our resultset grid we need to support this and we are just using the data as was returned to us. No going back to the DB and executing additional CQL statements
millerjp
changed the title
[feat]: Right Click - Generate Insert Statment from selected row
[feat]: Right Click - Generate Insert Statement from selected row
Jan 13, 2025
millerjp
changed the title
[feat]: Right Click - Generate Insert Statement from selected row
[feat]: Right Click - Generate Insert Statement from selected row or rows
Jan 13, 2025
When we return a list of rows in the Enhanced Console, we need to be able to select a row in the tabular list that gets returned, right click and generate the CQL insert statment containing the data that was returned in that select
Have the option to select multiple rows or all rows in the enhanced console when a resultset is returned to export to CQL insert statements.
This can then be presented in a CQL preview pane with users have the option to copy it to their clipboard or save it to a file with the
.cql
extension defaulting the base save location to their workspace directory.There is no option to execute this CQL as it just for copying purposes or saving to a file
We dont support this feature if its a JSON select result - its only on our resultset grid we need to support this and we are just using the data as was returned to us. No going back to the DB and executing additional CQL statements
see #539
The text was updated successfully, but these errors were encountered: