Commit Graph

12 Commits

Author SHA1 Message Date
Lukas Eder
166bbc7d2d [jOOQ/jOOQ#2968] Added int8range support 2022-03-01 15:33:13 +01:00
Lukas Eder
a8e97eff95 [jOOQ/jOOQ#2968] Add support for int4range 2022-03-01 14:53:44 +01:00
Lukas Eder
8aa2784438 [jOOQ/jOOQ#13161] Add support for array bindings for the PostgreSQL HSTORE, INET, and CIDR types 2022-03-01 11:21:47 +01:00
Lukas Eder
f264904485 [jOOQ/jOOQ#2092] Add support for the Postgres INET data type
(java.net.InetAddress)
2022-02-28 13:17:23 +01:00
Lukas Eder
618a15f235 Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +01:00
Lukas Eder
c6d89c78e0 [jOOQ/jOOQ#10149] Duh exports, not opens! 2021-10-21 16:27:05 +02:00
Lukas Eder
a9d8e9e67d [jOOQ/jOOQ#10149] Modularise more modules
- jOOQ-codegen (add opens)
- jOOQ-postgres-extensions (add opens)
2021-10-15 09:58:23 +02:00
Lukas Eder
8c15e0c97f [jOOQ/jOOQ#10149] Modularise more modules
- jOOQ-codegen
- jOOQ-meta
- jOOQ-postgres-extensions
2021-10-15 09:55:21 +02:00
Lukas Eder
c67e718892 Release 3.16.0-SNAPSHOT 2021-07-05 17:30:40 +02:00
Lukas Eder
44801b2c90 [jOOQ/jOOQ#10918] XMLasDOMBinding and AbstractXMLasObjectBinding should implement Binding<XML, T>, not Binding<String, T> 2020-11-11 16:20:32 +01:00
Lukas Eder
ef0af31f15 [jOOQ/jOOQ#5507] Added Hstore wrapper type 2020-10-21 13:59:24 +02:00
Lukas Eder
6c035a0528 [jOOQ/jOOQ#5507] Add a new jooq-postgres-extensions module
This new module will be used for PostgreSQL specific extensions. The current working draft contains:

- AbstractPostgresBinding for common code of PG specific bindings
- HstoreBinding to bind hstore types
- HstoreConverter to convert hstore types
2020-10-20 16:33:40 +02:00