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

Add test similar to GeneratedPropertySingleTableTest for the missing dbs #1875

Open
DavideD opened this issue Apr 10, 2024 · 0 comments
Open
Labels
testing Improvements to test suite

Comments

@DavideD
Copy link
Member

DavideD commented Apr 10, 2024

GeneratedPropertySingleTableTest uses native sql queries, so we only tests some dbs.

Because the code executed might be quite different among databases, we should probably make sure that the test passes for the other databases as well.

In particular, Hibernate Reactive cannot enable the GetGeneratedKeys strategy the same way ORM sometimes does with JDBC.

@DavideD DavideD added the testing Improvements to test suite label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Improvements to test suite
Projects
None yet
Development

No branches or pull requests

1 participant