Add support for anonymous SQL blocks
------------------------------------
Key: MSQL-44
URL: http://jira.codehaus.org/browse/MSQL-44
Project: Maven 2.x SQL Plugin
Issue Type: New Feature
Affects Versions: 1.4
Reporter: Fredrik Kjellberg
Attachments: anonymousblocks.diff
This patch implements support for anonymous SQL blocks, making it possible to
mix sql blocks and normal sql statements in the same file without needing to
execute the entire input file as one big block (by using enableBlockMode =
true).
The implementation uses the same begin and end identifiers as DbVisualizer
uses, thus making script files compatible between sql-maven-plugin and
DbVisualizer:
http://www.dbvis.com/products/dbvis/doc/6.5/doc/ug/sqlCommander/sqlCommander.html#mozTocId652495
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email