Skip to content

Move query templates to a hierarchical menu at query editor #1153

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

Closed
antonkovalenko opened this issue Aug 13, 2024 · 0 comments · Fixed by #1327
Closed

Move query templates to a hierarchical menu at query editor #1153

antonkovalenko opened this issue Aug 13, 2024 · 0 comments · Fixed by #1327
Assignees

Comments

@antonkovalenko
Copy link
Member

antonkovalenko commented Aug 13, 2024

  1. Remove create table and other query templates from ... control in schema tree
  2. Add SQL Templates button to the editor as displayed below

Image

  1. Add following levels and queries to it
  • Tables
    • Create row table - use existing templates where it's possible
    • Upsert into table
    • Update table
    • Select from a table
    • Delete rows
    • Drop table
    • Alter table (template is required)
    • Create column table
  • Topics
    • Create Topic
  • Change data capture
    • Create CDC Stream
  • Async replication
    • Create async replication
  • Resource pools
    • Create resource pool
  • Users
    • Create user
    • Create group
    • Drop user
    • Drop group
    • Grant privilege
    • Revoke privilege
  • Diagnostics
    • add templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants