Replies: 1 comment 1 reply
-
I am pretty sure that is because you didn't escape the semicolons within the procedures your are trying to create.
So for you that means all semicolons inside the procedure definition needs to be escaped with
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Play Version
2.8.19
API
Java
Operating System
macos
JDK
17.0.6
Library Dependencies
Expected Behavior
I can use mysql client to import the generated sql file correctly, all table created, but play evolution cannot
Actual Behavior
web browser:
log:
Reproducible Test Case
/Users/xx/workspace/xx/conf/evolutions/default/1.sql
Beta Was this translation helpful? Give feedback.
All reactions