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
flyway pro 5.0.1
Jenkins and the command line
Oracle XE 11g
Windows
When running the following dryrun script using SQLplus I get: Table created.
ALTER SESSION SET CURRENT_SCHEMA="REDGATE_PRODUCTION" * ERROR at line 2: ORA-00933: SQL command not properly ended
It looks like there's no semi colon after the INSERT statement. Is this a bug?
NSERT INTO "REDGATE_PRODUCTION"."flyway_schema_history" ("installed_rank","version","description","type","script","checksum","installed_by","execution_time","success") VALUES (1, '2', 'migration script', 'SQL', 'V2__migration_script.sql', -1362741165, 'REDGATE_PRODUCTION', 1, 1)
The text was updated successfully, but these errors were encountered:
Thanks! Fixed.
Sorry, something went wrong.
No branches or pull requests
What version of Flyway are you using?
flyway pro 5.0.1
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Jenkins and the command line
What database are you using (type & version)?
Oracle XE 11g
What operating system are you using?
Windows
What did you do?
When running the following dryrun script using SQLplus I get:
Table created.
ALTER SESSION SET CURRENT_SCHEMA="REDGATE_PRODUCTION"
*
ERROR at line 2:
ORA-00933: SQL command not properly ended
It looks like there's no semi colon after the INSERT statement. Is this a bug?
NSERT INTO "REDGATE_PRODUCTION"."flyway_schema_history" ("installed_rank","version","description","type","script","checksum","installed_by","execution_time","success") VALUES (1, '2', 'migration script', 'SQL', 'V2__migration_script.sql', -1362741165, 'REDGATE_PRODUCTION', 1, 1)
The text was updated successfully, but these errors were encountered: