Lukas Eder
838e24d50c
[ jOOQ/jOOQ#14876 ] Add warnings to manual and Javadoc about ON KEY ambiguity caveats
2023-03-29 11:21:01 +02:00
Lukas Eder
e118471806
[ jOOQ/jOOQ#14872 ] Regression when using INSERT .. RETURNING pre MariaDB 10.5
2023-03-29 10:06:43 +02:00
Lukas Eder
73d000b2e7
[ jOOQ/jOOQ#12341 ] Revert to previous API design.
...
A lambda return type can't be used to infer the type E when E is also present in the argument list. That made the previous design very hard to use. Reverting to the original design with mutable (parent, child) -> {} appenders.
2023-03-28 15:56:02 +02:00
Lukas Eder
4ab7e0dce4
[ jOOQ/jOOQ#14839 ] PL/SQL procedure returns wrong result when combining boolean and record type as input
2023-03-28 14:34:00 +02:00
Lukas Eder
d6dcaa3762
[ jOOQ/jOOQ#12341 ] Add a Records::intoHierarchy Collector to turn Result into tree representations
2023-03-24 15:36:23 +01:00
Lukas Eder
d7ffb56ad6
[ jOOQ/jOOQ#14849 ] ROLLUP, CUBE should generate Keyword, not Name
2023-03-24 11:45:07 +01:00
Lukas Eder
f0ae240ef4
[ jOOQ/jOOQ#14843 ] Switch links from /doc/dev to /doc/latest for recently added diagnostics
2023-03-24 10:31:30 +01:00
Lukas Eder
7308d08ed7
[ jOOQ/jOOQ#14833 ] Version support check shouldn't log error message for MockConnection
2023-03-22 13:37:23 +01:00
Lukas Eder
6b98e56f34
[ jOOQ/jOOQ#14776 ] Javadoc contains warning boxes
2023-03-21 09:02:30 +01:00
Lukas Eder
52145ed8f4
[ jOOQ/jOOQ#14818 ] Add a remark on the Converter Javadoc that
...
implementations must be able to handle NULL
2023-03-21 09:01:22 +01:00
Lukas Eder
8e8e950ed4
Remove dead links
2023-03-17 17:27:16 +01:00
Lukas Eder
d91f8f6a0e
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-17 16:35:48 +01:00
Lukas Eder
099972252a
Merge pull request #14802 from xoliver/fix/14801
...
[#14801 ] Fix Java String generation for non-nullable arrays
2023-03-17 11:45:34 +01:00
Lukas Eder
a82704c638
[ jOOQ/jOOQ#14769 ] Fix regression
2023-03-17 11:24:21 +01:00
Lukas Eder
6b58ab8961
[ jOOQ/jOOQ#14769 ] <clinit> race conditions in jOOQ internals
2023-03-17 10:54:47 +01:00
Lukas Eder
05237927b9
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-17 10:54:31 +01:00
Lukas Eder
f1c5dd66dc
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-16 13:51:16 +01:00
Lukas Eder
89c7537d1d
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-16 13:41:16 +01:00
Lukas Eder
3d19666c3d
[ jOOQ/jOOQ#14800 ] Fix namespace
2023-03-16 13:41:03 +01:00
Lukas Eder
830e32c791
[ jOOQ/jOOQ#14800 ] Error when PostgreSQL anonymous block contains dollar
...
quoted string token
2023-03-16 12:09:51 +01:00
Lukas Eder
50feee7c5a
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-16 12:09:33 +01:00
Lukas Eder
483d8732d7
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-16 08:12:29 +01:00
Lukas Eder
d9e391aef6
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-15 17:50:05 +01:00
Lukas Eder
d4e16bffbc
[ jOOQ/jOOQ#14803 ] BlobBinding and ClobBinding should fall back to byte[] and String binding if unavailable
2023-03-15 17:38:55 +01:00
Lukas Eder
1ace3c1a25
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-15 17:06:26 +01:00
Xavier
f7dced7d3f
[jOOQ#14801] Fix Java String generation for non-nullable arrays
2023-03-15 15:50:37 +00:00
Lukas Eder
db0396033f
[ jOOQ/jOOQ#14791 ] SQLDialect version check throws NumberFormatException
...
in Percona DB
2023-03-15 10:36:25 +01:00
Lukas Eder
701fb31f8b
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-14 20:00:09 +01:00
Lukas Eder
3116f0e64a
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-14 19:37:47 +01:00
Lukas Eder
73df9474ef
[ jOOQ/jOOQ#14790 ] Add DataType.isUUID()
2023-03-14 19:36:07 +01:00
Lukas Eder
490f5b26a6
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-14 12:32:15 +01:00
Lukas Eder
0dd6b0526e
[ jOOQ/jOOQ#14780 ] Correctly annotate SIMILAR TO operator
2023-03-13 10:05:15 +01:00
Lukas Eder
75bf7e6b0e
[ jOOQ/jOOQ#11485 ] Support ABSENT ON NULL
2023-03-13 10:05:02 +01:00
Lukas Eder
50e06ebd94
[ jOOQ/jOOQ#11485 ] Trino isn't a commercial dialect
2023-03-13 09:26:40 +01:00
Lukas Eder
ab1c855406
[ jOOQ/jOOQ#6116 ] [ jOOQ/jOOQ#11687 ] Use internal API for partitionBy()
...
The JoinTable::construct implementation should use internal API for partitionBy() calls, in order to avoid instrumentation on the Support annotation. Otherwise, various integration tests are going to be skipped.
2023-03-13 09:20:43 +01:00
Lukas Eder
d8341ce9ee
[ jOOQ/jOOQ#11485 ] Add support for Trino DB - WIP
2023-03-10 15:16:13 +01:00
Lukas Eder
7d629bb3ef
[ jOOQ/jOOQ#13694 ] Remove pre 3.8 deprecated API and pre 3.8 documentation
2023-03-08 15:37:03 +01:00
Lukas Eder
5988833d09
Release 3.19.0-SNAPSHOT
2023-03-08 13:41:09 +01:00
Lukas Eder
1a65c70443
[ jOOQ/jOOQ#11015 ] Fix for SQL Server as well
2023-03-07 10:36:28 +01:00
Lukas Eder
54bc17d766
[ jOOQ/jOOQ#11015 ] CockroachDB needs more fixing
...
See: https://github.com/cockroachdb/cockroach/issues/98122 . To play safe, we're casting all null literals and bind values of unknown type to the known column type in VALUES()
2023-03-07 09:49:03 +01:00
Lukas Eder
275df337f3
[ jOOQ/jOOQ#11015 ] Fix for CockroachDB as well
2023-03-07 09:14:51 +01:00
Lukas Eder
75efd8b6f7
[ jOOQ/jOOQ#11015 ] Fix for YugabyteDB as well
2023-03-06 12:56:06 +01:00
Lukas Eder
50458ba9b1
[ jOOQ/jOOQ#11015 ] Fix for Derby as well
2023-03-06 11:40:39 +01:00
Lukas Eder
c13e781b8a
[ jOOQ/jOOQ#11015 ] Syntax error when data type cannot be inferred from
...
SQL NULL literals in VALUES()
2023-03-03 17:00:39 +01:00
Lukas Eder
2b5cc36086
[ jOOQ/jOOQ#14742 ] Fix regressions. These still don't work in MariaDB:
...
- INSERT INTO t VALUES ((SELECT .. FROM t))
- DELETE FROM t USING t AS u WHERE u.x = (SELECT .. FROM t)
2023-03-03 13:00:53 +01:00
Lukas Eder
57204a93cc
[ jOOQ/jOOQ#14657 ] Nesting MULTISET/ROW/MULTISET/ROW with ad-hoc converters and JSON emulation results in ClassCastException
2023-03-03 10:51:33 +01:00
Lukas Eder
a5cc3b03ad
[ jOOQ/jOOQ#11126 ] Avoid calling AbstractQueryPart::equals in Coerce
2023-03-02 17:15:00 +01:00
Lukas Eder
ce69995c5f
[ jOOQ/jOOQ#14747 ] Speed up AbstractRow.equals() and hashCode() when comparing with other AbstractRow
2023-03-02 16:43:32 +01:00
Lukas Eder
4838334495
[ jOOQ/jOOQ#14371 ] Slow TableAlias::equals implementation, when argument type is TableImpl
2023-03-02 16:05:31 +01:00
Lukas Eder
9fb447315f
[ jOOQ/jOOQ#14742 ] Remove MariaDB's self-reference-in-DML-subquery restriction workaround
2023-03-02 10:44:24 +01:00