Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: Right Click - Generate Insert Statement from selected row or rows #702

Open
millerjp opened this issue Jan 13, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request right click
Milestone

Comments

@millerjp
Copy link
Contributor

millerjp commented 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

@millerjp millerjp added enhancement New feature or request right click labels Jan 13, 2025
@millerjp millerjp added this to the RightClick milestone Jan 13, 2025
@millerjp 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request right click
Projects
None yet
Development

No branches or pull requests

2 participants