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

Bering does not ignore SQL line comments in external() #2

Open
rsutphin opened this issue Mar 2, 2011 · 0 comments
Open

Bering does not ignore SQL line comments in external() #2

rsutphin opened this issue Mar 2, 2011 · 0 comments

Comments

@rsutphin
Copy link
Contributor

rsutphin commented Mar 2, 2011

Issue copied from google code.

What steps will reproduce the problem?

  1. Set up a migration that contains a line comment that includes a semicolon
  2. Execute the migration

What is the expected output? What do you see instead?

Expected: the line comment is executed.
Actual: bering attempts to execute just the comment. With some databases, this provokes a JDBC error. (Seen on Oracle, but may apply to others.)

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