-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(jdbc): stringify nested types #7000
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
feat(jdbc): stringify nested types #7000
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Great to get this working, and nice that DBeaver handles this smoothly even as strings. Some comments:
Thanks for the fixes! LGTM |
The next release is planned for mid May |
As I've commented in #7173, I think that the current next-version |
It looks like DBeaver is smart enough to parse lists into a format it can decompose, without any further work, though maps and structs are left as is.
This will probably fulfill most people's requirements for nested types in the JDBC driver