Dollar-quoted PostgreSQL function definitions are parsed incorrectly in some situations #1238
Labels
Milestone
Comments
Thanks! Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Flyway are you using?
4.0
What database are you using (type & version)?
PostgreSQL 9.5 and 9.4
What operating system are you using?
Linux
What did you do?
Using the following SQL
fails with
but
doesn't, and neither does a version without escaped (E'') strings or a version with just the function definition alone.
Applying the migration directly with psql works.
The text was updated successfully, but these errors were encountered: