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

test SQL array and UDT support #1641

Closed
gavinking opened this issue May 30, 2023 · 4 comments · Fixed by #1858
Closed

test SQL array and UDT support #1641

gavinking opened this issue May 30, 2023 · 4 comments · Fixed by #1858
Assignees
Milestone

Comments

@gavinking
Copy link
Member

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.

@DavideD DavideD added this to the next milestone Jun 15, 2023
@gavinking
Copy link
Member Author

So I just tested this quickly on postgres and I got:

No type mapping for org.hibernate.type.SqlTypes code: 2003 (ARRAY)

so it's indeed not working. But I'm not clear on why there's no DdlType registered or ARRAY.

@DavideD
Copy link
Member

DavideD commented Aug 28, 2023

@gavinking Are you already working on this? Otherwise I think this is one of the issues we can have a look this week

@gavinking
Copy link
Member Author

No, not working on it.

@DavideD DavideD modified the milestones: 2.0.5.Final, next Sep 1, 2023
@blafond blafond self-assigned this Nov 6, 2023
blafond added a commit to blafond/hibernate-reactive that referenced this issue Jan 24, 2024
@blafond
Copy link
Member

blafond commented Jan 24, 2024

Pushed a couple tests around @Struct annotation: #1641

Works for DB2, PG but fails for Oracle at the moment.

blafond added a commit to blafond/hibernate-reactive that referenced this issue Jan 29, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Jan 29, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Jan 29, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 5, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 6, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 6, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 6, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Feb 8, 2024
* Remove duplicated code
* Change some values so that are not equal to the default
* Test the column definition for all databases
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Feb 8, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Feb 8, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Feb 8, 2024
* Remove duplicated code
* Change some values so that are not equal to the default
* Test the column definition for all databases
DavideD pushed a commit that referenced this issue Feb 8, 2024
DavideD pushed a commit that referenced this issue Feb 8, 2024
DavideD added a commit that referenced this issue Feb 8, 2024
* Remove duplicated code
* Change some values so that are not equal to the default
* Test the column definition for all databases
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 a pull request may close this issue.

3 participants