-
Notifications
You must be signed in to change notification settings - Fork 92
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
test SQL array and UDT support #1641
Comments
So I just tested this quickly on postgres and I got:
so it's indeed not working. But I'm not clear on why there's no |
@gavinking Are you already working on this? Otherwise I think this is one of the issues we can have a look this week |
No, not working on it. |
Pushed a couple tests around Works for DB2, PG but fails for Oracle at the moment. |
* Remove duplicated code * Change some values so that are not equal to the default * Test the column definition for all databases
* Remove duplicated code * Change some values so that are not equal to the default * Test the column definition for all databases
* Remove duplicated code * Change some values so that are not equal to the default * Test the column definition for all databases
Hibernate 6 introduces the
@Struct
and@Array
annotations for mapping to SQL arrays and UDTs.We should test this stuff. It's likely the Vert.x client doesn't support this stuff yet.
The text was updated successfully, but these errors were encountered: