Commit Graph

10305 Commits

Author SHA1 Message Date
Lukas Eder
11d4cfef21 [jOOQ/jOOQ#12240] Apply fix only to SQL Server
A lot of dialects report some sort of catalog, which can't be used in
SQL, and which we don't know anything about. We mustn't use that catalog
for lookups
2021-07-21 16:53:23 +02:00
Lukas Eder
57115719a9 [jOOQ/jOOQ#12240] NullPointerException in MetaImpl.MetaTable.getReferences() when there are catalog conflicts in SQL Server 2021-07-21 16:28:31 +02:00
Lukas Eder
2b298c27c0 [jOOQ/jOOQ#12238] Deprecate Internal.fieldsRow(TableField) 2021-07-21 15:46:33 +02:00
Lukas Eder
19238e415f [jOOQ/jOOQ#12237] Embeddables cannot be placed in MULTISET 2021-07-21 15:16:55 +02:00
Lukas Eder
ab5c556feb [jOOQ/jOOQ#12236] Add missing DSL.dateSub() overloads 2021-07-21 10:23:23 +02:00
Lukas Eder
230a1d6200 [jOOQ/jOOQ#11386] Avoid streaming SQL Server FOR JSON or FOR XML in
chunked results
2021-07-20 17:44:15 +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
7f27a071c3 [jOOQ/jOOQ#4764] Reduce log level of most DefaultRelations messages from INFO to DEBUG 2021-07-20 15:26:25 +02:00
Lukas Eder
0086996115 [jOOQ/jOOQ#12216] Revert Javadoc plugin upgrade 2021-07-20 14:12:03 +02:00
Lukas Eder
1f9b1f887b [jOOQ/jOOQ#12225] DefaultConverterProvider truncates timestamps to
milliseconds precision when converting from Timestamp to LocalDateTime
2021-07-20 11:16:18 +02:00
Lukas Eder
f79e59c230 [jOOQ/jOOQ#12216] Remove references to javax.annotation.Generated from
jooq-codegen Javadoc
2021-07-20 10:26:42 +02:00
Lukas Eder
737c212801 [jOOQ/jOOQ#12222] Avoid reflection with ParserImpl.IGNORE 2021-07-20 09:49:31 +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
2f242b563c [jOOQ/jOOQ#12206] Better formatting 2021-07-15 16:30:03 +02:00
Lukas Eder
a253577055 [jOOQ/jOOQ#12206] Add an R2DBC example project to our examples 2021-07-15 16:25:13 +02:00
Lukas Eder
934c0bed14 Remove the jOOQ-spring-guice-example
The example no longer works on JDK 17, probably because guice is outdated. I'm not convinced this example provides too much value, so let's just remove it.
2021-07-15 15:42:52 +02:00
Lukas Eder
675fd804e7 Remove scala from the jOOQ-flyway-example
The scala compilation fails, and it isn't really that important for the example...
2021-07-15 15:39:19 +02:00
Lukas Eder
7f7d147c2a [jOOQ/jOOQ#11864] Fix compilation error 2021-07-15 14:17:00 +02:00
Lukas Eder
4bf552e6e5 [jOOQ/jOOQ#11864] Add more startup tips to be logged with the jOOQ logo 2021-07-15 14:14:36 +02:00
Lukas Eder
9bc5fe43c0 [jOOQ/jOOQ#12194] MySQL DELETE .. USING with JOIN produces duplicate
table declarations in USING clause
2021-07-15 14:08:02 +02:00
Lukas Eder
8e358aac44 [jOOQ/jOOQ#12200] SelectOnStep::onKey returns wrong type, preventing combinations of join predicates 2021-07-15 12:29:55 +02:00
Lukas Eder
7ee63775f3 [jOOQ/jOOQ#12201] Error when embedding a timestamp in Db2 XMLATTRIBUTES 2021-07-15 12:10:53 +02:00
Lukas Eder
905f06f5a6 [jOOQ/jOOQ#12197] The DataKey.DATA_PREPEND_SQL and DATA_APPEND_SQL feature must work on Query only, not other QueryParts 2021-07-15 09:38:56 +02:00
Lukas Eder
a24257833d [jOOQ/jOOQ#12195] Improve formatting of XMLELEMENT() 2021-07-15 09:21:32 +02:00
Lukas Eder
f3bf1e7e73 [jOOQ/jOOQ#12189] Db2 cannot handle scalar subqueries in JSON_OBJECT in the presence of a MULTISET ad-hoc converter 2021-07-14 16:16:56 +02:00
Lukas Eder
61ca24dffa [jOOQ/jOOQ#12187] The XML MULTISET_AGG emulation doesn't work with unnamed bind values in Db2 2021-07-14 15:42:00 +02:00
Lukas Eder
4caea0581c [jOOQ/jOOQ#12127] R2DBC execution should wrap R2dbcException in DataAccessException 2021-07-14 14:33:35 +02:00
Lukas Eder
bee0d8732b [jOOQ/jOOQ#12183] An R2dbcException wrapping DataAccessException should properly produce sqlState() and other properties 2021-07-14 13:07:51 +02:00
Lukas Eder
4a18a1e9ce [jOOQ/jOOQ#12116] SQL Server fix
- INCLUDE_NULL_VALUES must be added for nested rows
- Fields must be aliased to fieldNameString(i)
2021-07-14 12:52:00 +02:00
Lukas Eder
b6f4edd304 [jOOQ/jOOQ#12181] SQL Server doesn't correctly serialize TIME bind values in FOR XML and FOR JSON usage 2021-07-14 12:40:05 +02:00
Lukas Eder
96f94ba23f [jOOQ/jOOQ#12174] Unnecessary finalizer registration in
DefaultConnectionProvider
2021-07-14 11:29:30 +02:00
Lukas Eder
6f7c733014 [jOOQ/jOOQ#12168] Make JSON utils available to OSS edition 2021-07-13 17:45:26 +02:00
Lukas Eder
d46b8daecf [jOOQ/jOOQ#12168] Deeply nested MULTISET produce quoted JSON in MariaDB 2021-07-13 17:32:04 +02:00
Lukas Eder
4bae0a5129 [jOOQ/jOOQ#12168] Deeply nested MULTISET produce quoted JSON in MariaDB 2021-07-13 17:28:53 +02:00
Lukas Eder
f22489e93e [jOOQ/jOOQ#12117] ORA-06550 when calling a PL/SQL procedure with a %ROWTYPE parameter that has DATE fields when dateAsTimestamp=true and javaTimeTypes=true 2021-07-13 15:55:43 +02:00
Lukas Eder
40c82e51b7 [jOOQ/jOOQ#12163] Add support for TO_CHAR in Db2 2021-07-13 15:33:38 +02:00
Lukas Eder
fee068bf41 [jOOQ/jOOQ#12160] Error when embedding a timestamp in Db2 XMLELEMENT and other XML functions 2021-07-13 15:04:38 +02:00
Lukas Eder
ebe169b63f [jOOQ/jOOQ#12158] MULTISET/JSON emulation can't read TIME type in Db2 2021-07-13 14:43:00 +02:00
Lukas Eder
cea2f300aa [jOOQ/jOOQ#12155] Nested multiset record mapping fails at the 3rd level
of nesting
2021-07-13 12:26:23 +02:00
Lukas Eder
888b1cf143 [jOOQ/jOOQ#12148] Setter return type must be Unit & '@set:' annotations could be applied only to mutable properties 2021-07-12 10:04:24 +02:00
Lukas Eder
ba7a6172d0 [jOOQ/jOOQ#12149] DSL.using(String, String, String) based R2DBC Connection does not use provided username and password 2021-07-12 09:46:48 +02:00
Lukas Eder
b7e34ee27f [jOOQ/jOOQ#11465] Emulate JSON_VALUE() and JSON_EXISTS() 2021-07-12 09:39:19 +02:00
Lukas Eder
38e16b36a9 [jOOQ/jOOQ#12151] Add a cache for Tools.fieldName() and fieldNameString() 2021-07-12 09:39:04 +02:00
Lukas Eder
14ff6ce4a2 [jOOQ/jOOQ#11465] Add JSON support for SQLite via the JSON1 extension 2021-07-09 11:58:51 +02:00
Lukas Eder
53e49ff76f [jOOQ/jOOQ#12118] Fix this also in ScalaGenerator 2021-07-09 10:34:40 +02:00
Lukas Eder
f14fdafef8 [jOOQ/jOOQ#12118] Regression in SQLite code generation for unnamed composite pkeys on JDK 9+ with the jOOQ Open Source Edition 2021-07-09 10:06:50 +02:00
Lukas Eder
aa368ca2e1 [jOOQ/jOOQ#12144] Fix wrong DefaultJSONBBinding implementation 2021-07-09 09:30:25 +02:00
Lukas Eder
6efb7b6007 [jOOQ/jOOQ#12144] Fix wrong JSONB.toString() implementation 2021-07-09 09:24:53 +02:00
Lukas Eder
f39f2c6542 [jOOQ/jOOQ#12141] Data conversion error converting "TIMESTAMP to JSON" in H2 2021-07-08 21:26:47 +02:00
Lukas Eder
aae2e82602 [jOOQ/jOOQ#12139] MULTISET as JSON emulation using JSON_ARRAY must use NULL ON NULL clause 2021-07-08 21:04:23 +02:00