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

More easily run SQL queries from annotation #4

Open
cmcgee-mac opened this issue Jan 29, 2021 · 0 comments
Open

More easily run SQL queries from annotation #4

cmcgee-mac opened this issue Jan 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cmcgee-mac
Copy link
Collaborator

This likely involves some level of IDE integration, starting with NetBeans, which has very good SQL capabilities built-in. It should be easier to get the SQL annotation text somewhere it can be executed against a database that's already configured in the IDE so that it can be tested in an ad-hoc manner. As it stands, the query is in double quotes and might be broken up with quotes and '+' due to the lack of multi-line strings in Java. Also, the variable interpolation works well for NORM workflows, but it is not something that SQL editors generally understand. It might be good to provide a way for the variables to be filled in with user supplies values so that the query can be executed or modified right away.

@cmcgee-mac cmcgee-mac added the enhancement New feature or request label Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant