Skip to content

Fix import.sql#30

Open
quintesse wants to merge 1 commit intoredhat-developer-demos:masterfrom
quintesse:fix_import
Open

Fix import.sql#30
quintesse wants to merge 1 commit intoredhat-developer-demos:masterfrom
quintesse:fix_import

Conversation

@quintesse
Copy link

The order in which Hibernate orders columns when creating tables is not always the same (it has changed between versions). This causes data to be inserted into the wrong columns. This fixes that by explicitly naming the columns in all insert statements.

The order in which Hibernate orders columns when creating tables is not
always the same (it has changed between versions). This causes data to
be inserted into the wrong columns. This fixes that by explicitly
naming the columns in all insert statements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant