jooq-postgresql-json icon indicating copy to clipboard operation
jooq-postgresql-json copied to clipboard

jOOQ support for PostgreSQL json & jsonb

Results 7 jooq-postgresql-json issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

From this ``` JsonbDSL.field("{\"id\": \"1337\"}") ``` To this ``` JsonbDSL.field("{\"id\":{0}}", "1337") ```

https://www.postgresql.org/docs/11/functions-json.html#FUNCTIONS-JSON-PROCESSING-TABLE It would be very nice to also add JSON processing functions, besides the operators. - [x] `json_array_length(json)` - [x] `jsonb_array_length(jsonb)` - [ ] `json_each(json)` - [ ] `jsonb_each(jsonb)` -...

Unfortunately, I no longer use jOOQ or `jooq-postgresql-json` myself, and so I don't feel comfortable maintaining this library anymore. I will no longer test the library when new jOOQ versions...

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @​vlsi (#3035) Revert "feat: support SET statements...

dependencies

First step for Java module support.

At the moment this library can't be depend on it as a java module becasue the library neither contain a module descriptor (`module-info.java`) nor have `Automatic-Module-Name: ` entry in the...