-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Evolution fails for auto-generated script contains create procedures script #10
Comments
I have the same issue. I'm using this as a workaround. Easier to just replace procedure parts in the generated sql file with this.
|
@stogo yes I'm using the same workaround but the problem is when you use auto generate (especially when you start a new project and you don't have a final form yet) and you keep auto-generate, it becomes annoying. |
Any chance to be fixed? |
Same here. Frustrating! My work around was to downgrade to |
It will be fixed by ebean: ebean-orm/ebean#1802 |
@cyrilfr will be fixed for MySQL what about the rest of DBMSs? |
@almothafar this is another issue. Here the problem is the DDL procedures that are not part of SQL language. You'll be able to disable this. |
@almothafar When is the fix for this getting merged? |
@almothafar actually this is fixed in ->
|
Actually this is fixed because of ebean version |
@mkurz That's only for MySQL, for MSSQL here it is still doing it |
do we have any news with this bug? i have same issue with evolution being not able to create store procedure (using play 2.9) and no ebean |
what do you mean with "...no ebean"? You can create stored procedures with Play evolution's, you just have to escape |
The issue confusing but seems play's version not going to fix this issue soon, this is because a new feature added in ebean version 11.19.1 releases of it is here: https://github.com/ebean-orm/ebean/releases/tag/ebean-11.19.1
Full details and discussion with play team done in 2 tickets:
playframework#166
And
playframework/playframework#8879
Also, you may try to use this branch to reproduce: https://github.com/almothafar/play-with-mapstruct/tree/play-2.6.x-payintech
The text was updated successfully, but these errors were encountered: