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

new build SQL features #72

Closed
adamfoneil opened this issue Feb 23, 2023 · 1 comment
Closed

new build SQL features #72

adamfoneil opened this issue Feb 23, 2023 · 1 comment

Comments

@adamfoneil
Copy link
Owner

adamfoneil commented Feb 23, 2023

Under the Build SQL menu, let's add a couple generators:

  • param declarations (for an insert statement/proc, with types and optional null args)
  • param values (just a list of columns with "@" in front of each)

with options to

  • put the comma at the beginning or end of lines
  • use "column alignment" of types

image

@adamfoneil
Copy link
Owner Author

adamfoneil commented Feb 24, 2023

The formatting options should be extracted to higher level so they can apply to other generators. There should be options for single or multi-line. Should be an option to preserve table definition order or separate into required/optional columns.

adamfoneil added a commit that referenced this issue Feb 25, 2023
adamfoneil added a commit that referenced this issue Feb 25, 2023
adamfoneil added a commit that referenced this issue Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant