Skip to content

Modify ebean-test H2Database setup to default KEY,VALUE as non-keywords#3131

Merged
rob-bygrave merged 1 commit intomasterfrom
feature/h2-nonKeyWords
Jul 11, 2023
Merged

Modify ebean-test H2Database setup to default KEY,VALUE as non-keywords#3131
rob-bygrave merged 1 commit intomasterfrom
feature/h2-nonKeyWords

Conversation

@rbygrave
Copy link
Copy Markdown
Member

@rbygrave rbygrave commented Jul 5, 2023

H2Database 2.x changed KEY and VALUE to be deemed keywords for SQL compliance. This is actually a bit of a pain as all the other databases we test allow KEY and VALUE as column names.

This changes the setup for H2Database to treat KEY and VALUE as non keywords as before and be more consistent with the other databases.

H2Database 2.x changed KEY and VALUE to be deemed keywords for SQL compliance. This is actually a bit of a pain as all the other databases we test allow KEY and VALUE as column names.

This changes the setup for H2Database to treat KEY and VALUE as non keywords as before and be more consistent with the other databases.
@rbygrave rbygrave added this to the 13.20.2 milestone Jul 5, 2023
@rbygrave rbygrave self-assigned this Jul 5, 2023
@rob-bygrave rob-bygrave merged commit 8acd5bc into master Jul 11, 2023
@rob-bygrave rob-bygrave deleted the feature/h2-nonKeyWords branch July 11, 2023 00:49
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.

2 participants