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

"DELIMITER" meta-keyword should be configurable in pom.xml file #29

Open
GoogleCodeExporter opened this issue Oct 7, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. N/A

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
9.7 on Windows XP and Linux

Please provide any additional information below.

From reading the sources of com.carbonfive.db.jdbc.ScriptRunnerImpl it is
apparent that a proprietary "DELIMITER" meta-keyword may be used to
configure the statement delimiter character.  This requires that
proprietary syntax be used in the migration scripts for the project using
the migration framework.  An appropriate default of ";" is included in the
sources. It would be much more useful to include an ability to override
default via the configurations of the migration plug-in in the pom.xml
file, and then document this ability in the user documentation.  This would
allow the migration scripts to remain framework independant.

Original issue reported on code.google.com by mattheww...@gmail.com on 22 Dec 2009 at 10:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant