Flyway doesn't remove trailing slash in PL/SQL block #692
Comments
Thanks for reporting and investigating this! The N' clue really helped me in fixing this. Cheers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the following script:
When doing a migration Flyway throws the following error:
This is because it doesn't remove the trailing '/' when executing via jdbc. The magic line in this code is ins(' N');, any other string passes - it's just the sequence blank-upper_N-apostroph which provokes the wrong parsing.
Flyway 2.3
Oracle 11g (11.2.0)
ojdbc7-12.1.0.1
The text was updated successfully, but these errors were encountered: