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

Address known limitations of MULTISET support #12734

Closed
11 tasks done
lukaseder opened this issue Dec 10, 2021 · 1 comment
Closed
11 tasks done

Address known limitations of MULTISET support #12734

lukaseder opened this issue Dec 10, 2021 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Dec 10, 2021

jOOQ 3.15 introduced support for nested collection emulations via JSON/XML: #3884

Many issues were addressed in 3.16: #12021

This issue addresses remaining known limitations of the 3.16 implementation, including:

Bugs

Limitations, missing features

  • The behaviour of a MULTISET with duplicate column names is currently undefined
    • We also don't have any unit / integration tests that validate duplicate column names in fetchFromJSON(), and fetchFromXML(). It should be possible in both, but the former probably "swallows" one of the duplicates because our parser is using java.util.Map
  • Support for custom data types, including the built-in ones, such as hstore, inet, etc.
    • Things already work with converters
    • How can we get things to work with bindings?: Bindings won't be supported, it's not possible

To be continued: #13589

@lukaseder
Copy link
Member Author

Work will be continued in jOOQ 3.18: #13589

3.14 XML and JSON automation moved this from To do to Done May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant