Skip to content
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

FIX: DB2 migration: call reorg after drop not null #2822

Merged
merged 5 commits into from
Sep 5, 2022

Conversation

nPraml
Copy link
Contributor

@nPraml nPraml commented Sep 2, 2022

Hello @rbygrave ,

we found a bug in the generation of the db2 migration scripts: after dropping the @Nonnull annotation the table should be reorganized. The fix is in DB2Ddl.checkReorg().

I created test Data in ETable which has a reserved keyword table as table name. That caused some other problems in the stored procedures. I fixed it too for sqlserver, mariadb & mysql.

I will push the migration scipts in a separate commit that we can revert if develop branch changes.

Kind regards,
Noemi

@rbygrave rbygrave added this to the 13.9.2 milestone Sep 5, 2022
@rbygrave rbygrave merged commit aaf7aa8 into ebean-orm:master Sep 5, 2022
@rbygrave rbygrave added the bug label Sep 5, 2022
@rPraml rPraml deleted the call-reorg-after-drop-not-null branch August 10, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants