-
Notifications
You must be signed in to change notification settings - Fork 369
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
[hypersistence-63 V.7.3.2] org.hibernate.type.SqlTypes code: 1111 #701
Comments
You can look into https://hibernate.atlassian.net/browse/HHH-17588. |
@RomuDeuxfois Because of the HHH-17588 issue, the However, all the array tests work just fine with Hibernate 6.4, so you can use those as a reference of what could be done. If you have a distinct use case that's not covered by the current test cases, then you should provide a replicating test case for it. |
Thank you very much for your quick responses. |
I followed your test example
But it appears that the DB schema is created manually in SQL before hibernate (with flyway). Schema-validation: wrong column type encountered in column [endpoint_ips] in table [assets]; found [_text (Types#ARRAY)], but expecting [text[] (Types#OTHER)] |
Then, this issue is a duplicate of #697. Check out that issue for more details about how you can work around it. |
Describe the bug
I have a java class with a array type property
Everything works fine with hypersistence-utils-hibernate-63 version 3.7.0.
But when I try to run my app with the version 3.7.2 I have this error :
To Reproduce
Have a java class with an array type, I think it's enough.
Expected behavior
No error.
The text was updated successfully, but these errors were encountered: