Parsing of string literals #1216
Closed
Labels
Milestone
Comments
mabrarov
pushed a commit
to mabrarov/flyway-678
that referenced
this issue
Feb 25, 2016
It seems (tested with SQL Maven Plugin) that this issue is not related to JDBC driver (JTDS is used). |
Thanks for the excellent analysis! Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have an issue with this script:
It makes Flyway maven plugin to fail and produce this output:
At the same time SQL Server Management Studio (the one shipped with SQL Server 2008 R2) executes this script without errors and modifies the trigger.
If I modify the script this way (if I add whitespace between
LIKE
and'%test'
):then Flyway maven plugin applies the script successfully.
Repro project
https://github.com/mabrarov/flyway-678/tree/feature/string_literal_parsing_error (i.e.feature/string_literal_parsing_error branch)
Environment
Tested with
The text was updated successfully, but these errors were encountered: