Closed belovaf closed 1 month ago
Users can define db specific json ScalarProvider (for example PGObject) as earlier.
ScalarProvider
PGObject
But now users can define json ScalarProvider with String sql type and jimmer will do the conversion automatically.
String
Also h2 json handling reworked to eliminate format json suffix.
format json
Cool, I planed to handle it after this long holiday and you finished it so quickly
Users can define db specific json
ScalarProvider
(for examplePGObject
) as earlier.But now users can define json
ScalarProvider
withString
sql type and jimmer will do the conversion automatically.