Lukas Eder
373d99853c
[ jOOQ/jOOQ#982 ] Add support for GIS extensions
...
- Add support for ST_Contains
- Improvements to the API generator with respect to generated names
2021-11-12 10:44:08 +01:00
Lukas Eder
6201061ac1
[ jOOQ/jOOQ#12231 ] Don't upgrade dependency just yet
2021-10-26 14:20:58 +02:00
Lukas Eder
72cab71578
[ jOOQ/jOOQ#12231 ] Add support for enums in PostgreSQL R2DBC
2021-10-26 14:16:07 +02:00
Lukas Eder
ea92d0d546
Upgrade pgjdbc
2021-10-25 17:02:01 +02:00
Lukas Eder
1037e72e1a
Upgrade Spring Boot dependency (for examples)
2021-10-15 09:32:37 +02:00
Lukas Eder
33a29b5afe
[ jOOQ/jOOQ#12434 ] CVE-2021-26291 via maven-core-3.6.3 dependency
2021-09-17 14:30:42 +02:00
Lukas Eder
02785fdc37
[ jOOQ/jOOQ#12425 ] Move array functions to API generator
2021-09-14 11:35:09 +02:00
Lukas Eder
68277d644e
[ jOOQ/jOOQ#12193 ] Upgraded also ojdbc
2021-09-02 09:22:58 +02:00
Lukas Eder
40d216689b
[ jOOQ/jOOQ#12193 ] Upgrade R2DBC dependency to 0.9.0.M2
2021-09-01 14:44:25 +02:00
Lukas Eder
ab919e1753
Configure testcontainers dependencies in parent pom.xml
2021-08-31 13:10:55 +02:00
Lukas Eder
8b6f60f283
[ jOOQ/jOOQ#11659 ] Upgrade Liquibase dependency of
...
jooq-meta-extensions-liquibase to 4.x
2021-07-20 16:11:15 +02:00
Lukas Eder
0086996115
[ jOOQ/jOOQ#12216 ] Revert Javadoc plugin upgrade
2021-07-20 14:12:03 +02:00
Lukas Eder
bc80a8089b
[ jOOQ/jOOQ#12216 ] Remove references to javax.annotation.Generated from
...
jooq-codegen Javadoc
2021-07-17 15:32:33 +02:00
Lukas Eder
9c1f8ff693
[ jOOQ/jOOQ#12104 ] Added working integration test
2021-07-07 08:39:57 +02:00
Lukas Eder
c67e718892
Release 3.16.0-SNAPSHOT
2021-07-05 17:30:40 +02:00
Lukas Eder
26d9c6fd18
[ jOOQ/jOOQ#12104 ] Upgrade reactor-core dependency
2021-07-05 13:05:12 +02:00
Lukas Eder
b3f4ff8dc0
[ jOOQ/jOOQ#11960 ] Add support for Redshift YEAR TO MONTH interval literals
2021-07-02 14:57:45 +02:00
Lukas Eder
87872cb5a8
[ jOOQ/jOOQ#12042 ] Improve error message in MockFileDatabase from "Invalid SQL" to something more descriptive
2021-06-23 09:14:33 +02:00
Lukas Eder
220e14c0e3
[ jOOQ/jOOQ#12035 ] Upgrade kotlin dependency to 1.5
2021-06-22 15:34:43 +02:00
Lukas Eder
2648781a47
[ jOOQ/jOOQ#3884 ] Support nesting MULTISET
...
This includes:
- [jOOQ/jOOQ#12012 ] Internal API added
- [jOOQ/jOOQ#12020 ] Result.formatXML() does not correctly format nested
records
2021-06-17 13:33:32 +02:00
Lukas Eder
a0adea2e63
[ jOOQ/jOOQ#7789 ] Support Java 8 only in Professional and Enterprise
...
Edition
2021-06-10 16:13:32 +02:00
Lukas Eder
df155878e5
[ jOOQ/jOOQ#11462 ] LoaderOptionsStep.commitAfter() is not implemented correctly
2021-06-08 14:57:09 +02:00
Lukas Eder
486c539ebc
[ jOOQ/jOOQ#9650 ] Add support for the Snowflake database
...
- Support for bitwise operations SHR, SHL
- Support for CTE
- Support for sequences
- Support for ALTER VIEW
- Support for GROUPING SETS
- Support for CURRENT_USER, CURRENT_SCHEMA, CURRENT_DATABASE
2021-06-01 11:35:40 +02:00
Lukas Eder
3626ff772f
[ jOOQ/jOOQ#11905 ] Update Hibernate dependency in jooq-meta-extensions-hibernate
2021-05-20 16:10:42 +02:00
Lukas Eder
f268bc2bcd
[ jOOQ/jOOQ#2620 ] Add support for BigQuery - WIP
2021-04-23 09:37:45 +02:00
Lukas Eder
4f299afa89
Upgrade HSQLDB to 2.6.0
2021-04-22 16:32:35 +02:00
Lukas Eder
5e69809283
Upgrade test Scala 2.13 version
2021-04-22 09:01:29 +02:00
Lukas Eder
0e61b746af
[ jOOQ/jOOQ#7863 ] Fixed regression in boolean PL/SQL function call emulation
2021-04-21 16:56:08 +02:00
Lukas Eder
5972144ff4
[ jOOQ/jOOQ#11778 ] DefaultRecordMapper should reflect on
...
Class.getRecordComponents()
2021-04-16 16:22:26 +02:00
Lukas Eder
20b8c2f5ef
Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572909
2021-04-16 14:29:42 +02:00
Lukas Eder
0fad1b0190
[ jOOQ/jOOQ#11729 ] Create a Java 17 distribution
...
- Updated Jenkinsfiles
- Updated .classpath files (assuming Eclipse is Java 16 ready)
- Add import org.jooq.Record where needed (org.jooq.* no longer works)
- Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572873
- Backport text blocks to pre Java 16
- Backport record types to pre Java 16
- Added a few record types to sources
- Upgraded dependencies to build with Java 16+
- Backport pattern matching
2021-04-16 11:21:40 +02:00
Lukas Eder
6fa0c35287
[ jOOQ/jOOQ#11700 ] Pass TCK
2021-04-02 11:00:55 +02:00
Lukas Eder
6ee6d4eb93
[ jOOQ/jOOQ#10245 ] [ jOOQ/jOOQ#11700 ] Pass TCK
2021-04-01 13:24:13 +02:00
Lukas Eder
4f17f0ea29
[ jOOQ/jOOQ#11740 ] Stop using deprecated ojdbc API
2021-03-31 12:30:33 +02:00
Lukas Eder
bf531df8f2
[ jOOQ/jOOQ#11738 ] Added the optional, provided ojdbc dependency
2021-03-31 11:41:40 +02:00
Lukas Eder
83103e8811
[ jOOQ/jOOQ#11738 ] Added the optional, provided mssql-jdbc dependency
2021-03-31 10:53:45 +02:00
Lukas Eder
de5d49ed10
[ jOOQ/jOOQ#11700 ] Make r2dbc a managed dependency
2021-03-31 10:00:50 +02:00
Lukas Eder
655c2a16c1
[ jOOQ/jOOQ#11700 ] Work around
...
https://github.com/oracle/oracle-r2dbc/issues/17
2021-03-29 17:37:17 +02:00
Lukas Eder
fd0c644b28
Upgraded Xtend
2021-03-29 13:30:56 +02:00
Lukas Eder
9923e22bb5
[ jOOQ/jOOQ#11711 ] Use floating point literals for inline DOUBLE, FLOAT, and REAL literals
2021-03-25 15:23:13 +01:00
Lukas Eder
b483e0bd70
[ jOOQ/jOOQ#11525 ] Upgrade scala version to 2.13.5
2021-02-25 12:40:17 +01:00
Lukas Eder
1c58bc1966
[ jOOQ/jOOQ#8714 ] Support SQL Server function SQUARE()
2021-01-14 15:22:30 +01:00
Lukas Eder
66e86da28e
[ jOOQ/jOOQ#11066 ] Tests failed for jooq-spring-boot-example
2020-12-09 16:51:30 +01:00
Lukas Eder
20a60f6f38
[ jOOQ/jOOQ#10972 ] Downgrade ErrorProne again
2020-11-19 11:09:12 +01:00
Lukas Eder
b8e4d4a759
[ jOOQ/jOOQ#5179 ] OSS edition sync
2020-10-30 11:12:12 +01:00
Lukas Eder
2fa0a98702
[ jOOQ/jOOQ#9684 ] Sync OSS repo
2020-10-28 16:27:40 +01:00
Lukas Eder
fc9ef88716
[ 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:32:52 +02:00
Lukas Eder
7cff2cae7e
Release 3.15.0-SNAPSHOT
2020-10-20 10:20:20 +02:00
dependabot[bot]
23255178c4
Bump junit from 4.13 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 08:27:29 +00:00
Lukas Eder
dd86389eb0
[ jOOQ/jOOQ#10713 ] Upgrade SQLite JDBC dependency from 3.30 to 3.32
2020-10-06 10:07:28 +02:00