Commit Graph

11048 Commits

Author SHA1 Message Date
Lukas Eder
69f4fa3066 [jOOQ/jOOQ#10756] Generate @Transactional on DAOImpl and generated DAOs
query-methods
2022-03-11 11:04:14 +01:00
Lukas Eder
cbb7a7681c [jOOQ/jOOQ#13260] Add DAO.deleteById(T) overload 2022-03-10 17:12:05 +01:00
Lukas Eder
e515046d93 [jOOQ/jOOQ#11509] batchStore(), batchInsert(), etc. with StatementType.STATIC_STATEMENT throws java.sql.BatchUpdateException 2022-03-10 16:31:48 +01:00
Lukas Eder
38b82f3c33 [jOOQ/jOOQ#11552] UpdatableRecord::merge doesn't work in the presence of
a unique constraint and in the absence of a primary key value
2022-03-10 15:48:39 +01:00
Lukas Eder
78820cf2f5 [jOOQ/jOOQ#11467] LoggerListener should log batch sizes for BatchSingle
and BatchMultiple
2022-03-10 14:13:44 +01:00
Lukas Eder
e09de3888a [jOOQ/jOOQ#13255] Parse XMLTYPE() function 2022-03-10 12:48:07 +01:00
Lukas Eder
fb54174433 [jOOQ/jOOQ#13255] Support casting VARCHAR to XML / XMLTYPE in Oracle 2022-03-10 12:15:34 +01:00
Lukas Eder
b7fdd812bc [jOOQ/jOOQ#13252] Cannot insert data into PostgreSQL XML column due to
missing cast
2022-03-10 11:31:37 +01:00
Lukas Eder
8a2962c6c2 [jOOQ/jOOQ#13143] Updated Javadoc 2022-03-10 10:40:39 +01:00
Lukas Eder
6cadcde0f0 [jOOQ/jOOQ#13251] Error when nesting ROW() expressions with values instead of with fields, with degree > 22 2022-03-10 10:40:18 +01:00
Lukas Eder
bf48e7224c [jOOQ/jOOQ#13143] DataType.isSpatial() must be available in OSS edition 2022-03-09 11:55:53 +01:00
Lukas Eder
ed778cf7b3 [jOOQ/jOOQ#13143] Add code generation flags to turn off the recognition
of jOOQ-specific types
2022-03-09 10:40:29 +01:00
Lukas Eder
36c71d4c61
Merge pull request #13245 from jOOQ/dependabot/maven/org.liquibase-liquibase-core-4.8.0
Bump liquibase-core from 4.4.3 to 4.8.0
2022-03-09 08:51:57 +01:00
dependabot[bot]
cac1f6f009
Bump liquibase-core from 4.4.3 to 4.8.0
Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.4.3 to 4.8.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](https://github.com/liquibase/liquibase/compare/v4.4.3...v4.8.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 21:29:45 +00:00
Lukas Eder
dd2efda5ab [jOOQ/jOOQ#13244] Upgrade kotlin dependency to 1.6 2022-03-08 17:22:09 +01:00
Lukas Eder
d2b1f99264 [jOOQ/jOOQ#13170] NPE in INSERT .. ON DUPLICATE KEY emulation when
defaulted PRIMARY KEY value isn't supplied in Oracle
2022-03-08 16:08:39 +01:00
Lukas Eder
f78cca926b [jOOQ/jOOQ#13237] ORA-03001: unimplemented feature when nested row
emulation produces double quotes in Oracle identifiers
2022-03-08 12:29:07 +01:00
Lukas Eder
c284d1094c [jOOQ/jOOQ#13240] Code generation fails with H2 2.1.210 when using MySQL execution mode 2022-03-08 12:28:41 +01:00
Lukas Eder
03aa7e57be [jOOQ/jOOQ#13184] UNNEST table expression does not maintain derived
column list
2022-03-08 11:22:36 +01:00
Lukas Eder
1f5c0ee75c New instances of this weird Java 8 compiler bug 2022-03-08 10:10:17 +01:00
Lukas Eder
6b2ca3982c [jOOQ/jOOQ#13226] Wrong escaping of string literals in doubly nested
EXECUTE IMMEDIATE blocks for DDL emulations
2022-03-08 09:07:41 +01:00
Lukas Eder
c1f9680dc3 [jOOQ/jOOQ#13161] Fix inlining of user types 2022-03-07 16:50:43 +01:00
Lukas Eder
d4d04c27d9 [jOOQ/jOOQ#4727] Support the feature also in CRDB 2022-03-07 15:19:45 +01:00
Lukas Eder
86049a8ea5 [jOOQ/jOOQ#4727] Support the feature also in CRDB 2022-03-07 14:49:41 +01:00
Lukas Eder
4a06ec9a00 [jOOQ/jOOQ#13220] SQLite's JSON operators don't retain boolean three-valued logic 2022-03-07 11:29:19 +01:00
Lukas Eder
fc08adfabd [jOOQ/jOOQ#13217] Work around xerial SQLite driver's Clob behaviour when
data is null
2022-03-07 11:17:22 +01:00
Lukas Eder
7dab18c340 Remove tests from jOOQ-postgres-extensions in OSS edition 2022-03-07 10:31:35 +01:00
Lukas Eder
77c1cd2ebf [jOOQ/jOOQ#13211] KotlinGenerator cannot read existing catalog/schema
version
2022-03-04 15:35:43 +01:00
Lukas Eder
92c3f30e7f [jOOQ/jOOQ#13201] UUID types must be cast to VARCHAR(MAX) within JSON 2022-03-04 13:43:01 +01:00
Lukas Eder
3b14d88631 [jOOQ/jOOQ#13204] Boolean values aren't serialised correctly in SQL
Server JSON documents
2022-03-04 11:06:21 +01:00
Lukas Eder
99b64309bc [jOOQ/jOOQ#13201] Add SQL Server JSON_ARRAY support via JSON_MODIFY 2022-03-04 10:44:44 +01:00
Lukas Eder
e640e3ea31 [jOOQ/jOOQ#13202] SQL Server CREATE TABLE statement should generate VARBINARY(MAX) for BLOB 2022-03-03 16:49:30 +01:00
Lukas Eder
e8cb81be5d [jOOQ/jOOQ#13200] MULTISET nested record as JSON_OBJECT() emulation (Db2, SQL Server) doesn't work for records with more than 10 fields 2022-03-03 15:42:41 +01:00
Lukas Eder
4f3c04ec03 [jOOQ/jOOQ#12930] Correctly fetch top level nested records of degree 1
Top level nested records of degree 1 couldn't be fetched under some circumstances, notably when JSONB emulations tried to read ResultSet.getBytes(), but the underlying data wasn't binary compatible (the getString() method would have still worked, masking this bug so far)
2022-03-03 14:43:49 +01:00
Lukas Eder
3835c21c29 [jOOQ/jOOQ#10132] Cast NULL literal to known type in Derby 2022-03-03 13:14:09 +01:00
Lukas Eder
9ef149c5c7 [jOOQ/jOOQ#13194] Various third party dependency updates 2022-03-03 11:55:33 +01:00
Lukas Eder
5e9b61db80 [jOOQ/jOOQ#13192] Add SQLDialect.MARIADB_10_7 2022-03-03 11:16:40 +01:00
Lukas Eder
2bd9344e99 [jOOQ/jOOQ#12721] Added a new tip about Table<R> <: SelectField<R> 2022-03-03 09:41:49 +01:00
Lukas Eder
8af49a0e60 [jOOQ/jOOQ#13188] Added support for the ltree type 2022-03-03 09:33:32 +01:00
Lukas Eder
81f1094c9d [jOOQ/jOOQ#13188] Added support for the ltree type 2022-03-03 09:32:47 +01:00
Lukas Eder
4118a5bba4 [jOOQ/jOOQ#2968] Added a Range<T> interface
This change makes AbstractRange<T> private, which is much more aligned with jOOQ's general API design
2022-03-03 08:27:42 +01:00
Lukas Eder
cec7dbb4b5 [jOOQ/jOOQ#13183] Add Javadoc warnings to UpdatableRecord::fetchChildren, and TableRecord::fetchParent about the N+1 problem 2022-03-02 16:14:47 +01:00
Lukas Eder
54f2538ae9 [jOOQ/jOOQ#13181] MULTISET emulation using SQL/XML doesn't correctly distinguish between NULL and '' 2022-03-02 15:42:10 +01:00
Lukas Eder
4f53a60c01 [jOOQ/jOOQ#13169] Incorrect parsing of (NULL) row literal in PostgreSQL
for nested records, UDTs, etc.

This includes:

- [jOOQ/jOOQ#13174] ERROR: could not determine data type of parameter when projecting PostgreSQL UDT bind value
2022-03-02 14:01:07 +01:00
Lukas Eder
82e63eb8d4 [jOOQ/jOOQ#2968] Support numrange 2022-03-02 11:28:23 +01:00
Lukas Eder
4551d364f9 [jOOQ/jOOQ#2968] Support tsrange and tstzrange 2022-03-02 10:57:45 +01:00
Lukas Eder
29ced91a54 [jOOQ/jOOQ#5934] Add support for the Postgres CITEXT type 2022-03-02 09:04:36 +01:00
Lukas Eder
da2aa57f11 [jOOQ/jOOQ#2968] Added daterange support 2022-03-01 17:34:03 +01:00
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