babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
876 stars 88 forks source link

Support custom json ScalarProvider without dependency to vendor driver #687

Closed belovaf closed 1 month ago

belovaf commented 1 month ago

Users can define db specific json ScalarProvider (for example PGObject) as earlier.

But now users can define json ScalarProvider with String sql type and jimmer will do the conversion automatically.

belovaf commented 1 month ago

Also h2 json handling reworked to eliminate format json suffix.

babyfish-ct commented 1 month ago

Cool, I planed to handle it after this long holiday and you finished it so quickly