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
Set up a migration that contains a line comment that includes a semicolon
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.)
The text was updated successfully, but these errors were encountered:
Issue copied from google code.
What steps will reproduce the problem?
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.)
The text was updated successfully, but these errors were encountered: