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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: