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

H2 create Oracle Database #1615

Closed
Jens1977 opened this issue Oct 28, 2022 · 1 comment
Closed

H2 create Oracle Database #1615

Jens1977 opened this issue Oct 28, 2022 · 1 comment

Comments

@Jens1977
Copy link

I have created a springboot app that uses exposed to connect to an oracle database. I use H2 in my unit-tests.
When I use Mode=Oracle in the connection string, tables cannot be created because of the following error:

[42001-214] on BIGINT AUTO_INCREMENT PRIMARY KEY

I noticed an OracleDialect class. Can I use this so that tables are created using Oracle syntax? If yes, how can I implement it?

Tapac added a commit that referenced this issue Nov 12, 2022
@Tapac
Copy link
Contributor

Tapac commented Nov 12, 2022

Support of all H2 compatibility modes will come in the next release

@Tapac Tapac closed this as completed Nov 12, 2022
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

No branches or pull requests

2 participants