Lukas Eder
|
c7d2f2ec92
|
[jOOQ/jOOQ#16999] Reset also new caches when adding synthetic keys
|
2024-07-31 18:33:33 +02:00 |
|
Lukas Eder
|
d792494e78
|
[jOOQ/jOOQ#16999] Code generation order provider isn't being applied to TableDefinition.getXYZ() methods, nor to Database.getIndexes() or Database.getTriggers()
|
2024-07-31 17:13:23 +02:00 |
|
Lukas Eder
|
5eba72d49b
|
[jOOQ/jOOQ#16997] Avoid referencing project from task at runtime
|
2024-07-31 12:35:23 +02:00 |
|
Lukas Eder
|
3cade0204f
|
[#16988] Correctly name Apache-2.0 everywhere
|
2024-07-29 13:00:52 +02:00 |
|
Lukas Eder
|
4f50ef2c55
|
[#16988] Correctly name Apache-2.0 everywhere
|
2024-07-29 12:53:09 +02:00 |
|
Lukas Eder
|
ae481ac913
|
[jOOQ/jOOQ#14894] Remove examples
|
2024-07-12 15:16:59 +02:00 |
|
Lukas Eder
|
03cdd195d2
|
[jOOQ/jOOQ#14894] Remove examples
|
2024-07-12 15:11:40 +02:00 |
|
Lukas Eder
|
1fcf275a15
|
[#14894] Remove examples
|
2024-07-12 15:07:31 +02:00 |
|
Lukas Eder
|
60e5f8a32c
|
[jOOQ/jOOQ#7104] Add DSL.stringAgg() and stringAggDistinct()
|
2024-07-12 14:13:14 +02:00 |
|
Lukas Eder
|
d450151a0a
|
[jOOQ/jOOQ#16973] Support GROUP BY <table expression>
|
2024-07-11 20:15:24 +02:00 |
|
Lukas Eder
|
10ed629a88
|
[jOOQ/jOOQ#16968] Force inline bind values after 2536 in Teradata
|
2024-07-11 18:04:21 +02:00 |
|
Lukas Eder
|
8085a92d2c
|
[jOOQ/jOOQ#16965] org.jooq.impl.Alias not Serializable, due to Lambda
wrapInParantheses
|
2024-07-11 16:15:47 +02:00 |
|
Lukas Eder
|
021dff0c52
|
[jOOQ/jOOQ#14965] Java 8 fix
Java 8 seemingly cannot infer the Exception type to be a RuntimeException (yet), so the functional approach won't work, regrettably.
|
2024-07-11 09:30:32 +02:00 |
|
Lukas Eder
|
fc400a3ab8
|
[jOOQ/jOOQ#14965] Wrong emulation of DISTINCT ON with UNION
|
2024-07-10 17:28:01 +02:00 |
|
Lukas Eder
|
5a15867285
|
[jOOQ/jOOQ#16953] Empty window definition in WINDOW clause isn't
emulated correctly in SQLDialect.ORACLE18C
|
2024-07-10 16:28:20 +02:00 |
|
Lukas Eder
|
61261ae57c
|
[jOOQ/jOOQ#16946] Wrong combination of emulations: DISTINCT ON with UNION and LIMIT with expressions
|
2024-07-10 15:05:19 +02:00 |
|
Lukas Eder
|
87baa24803
|
[jOOQ/jOOQ#14965] Wrong emulation of DISTINCT ON with UNION
|
2024-07-10 14:36:08 +02:00 |
|
Lukas Eder
|
77a0f967a8
|
[jOOQ/jOOQ#16928] Bad OFFSET emulation in UNION queries when OFFSET
contains an expression
|
2024-07-10 12:06:46 +02:00 |
|
Lukas Eder
|
81f9c081d0
|
[jOOQ/jOOQ#16938] Work around SQL Server's buggy UNION with ORDER BY ..
OFFSET .. FETCH implementation in derived tables
|
2024-07-09 17:18:47 +02:00 |
|
Lukas Eder
|
109e06203d
|
[jOOQ/jOOQ#13533] SQL Server MULTISET subquery ORDER BY clause doesn't work with UNION
|
2024-07-09 11:57:18 +02:00 |
|
Lukas Eder
|
77332e4ddb
|
[jOOQ/jOOQ#7467] Wrong SQL generated in SQL Server when using UNION .. LIMIT without OFFSET
|
2024-07-08 18:17:32 +02:00 |
|
Lukas Eder
|
a9163f3c73
|
[jOOQ/jOOQ#11158] Emulate UPDATE .. JOIN with UPDATE .. FROM where not
supported natively
|
2024-07-05 18:21:11 +02:00 |
|
Lukas Eder
|
31377c0c18
|
[jOOQ/jOOQ#3791] Invalid SQL generated when UNION subselects contain ORDER BY
|
2024-07-05 18:21:02 +02:00 |
|
Lukas Eder
|
45fa639f97
|
[jOOQ/jOOQ#16918] Clarify in manual and Javadoc that NoXYZ QueryParts
are to be used only with the DSL API, not with the QOM API
|
2024-07-05 15:15:09 +02:00 |
|
Lukas Eder
|
5f30434b0a
|
[jOOQ/jOOQ#16917] Add native support for UPDATE .. FROM and DELETE .. USING in YugabyteDB
|
2024-07-05 13:09:51 +02:00 |
|
Lukas Eder
|
4740f9dca1
|
[jOOQ/jOOQ#16912] Wrong syntax rendered for SQL Server UNION queries
with LIMIT in their subqueries
|
2024-07-05 11:19:25 +02:00 |
|
Lukas Eder
|
10842b2bef
|
[jOOQ/jOOQ#16844] ST_Dimensions isn't actually supported by Oracle
|
2024-07-04 10:09:11 +02:00 |
|
Lukas Eder
|
f3b7917426
|
[jOOQ/jOOQ#16906] Wrong implementation of SQL Server ST_CONTAINS
|
2024-07-04 09:07:39 +02:00 |
|
Lukas Eder
|
8161fd6fe9
|
[jOOQ/jOOQ#16910] Keep the good parts of the suggestion
|
2024-07-04 09:07:23 +02:00 |
|
Lukas Eder
|
76f04a0d92
|
[jOOQ/jOOQ#16902] Wrong replacement output when emulating data change delta tables in CockroachDB
|
2024-07-02 16:08:44 +02:00 |
|
Lukas Eder
|
bcde622a8f
|
[jOOQ/jOOQ#16865] TIMESTAMP(0) doesn't work in DDL statements as the
datetime precision is simply omitted
|
2024-07-02 11:34:09 +02:00 |
|
Lukas Eder
|
4a38be447e
|
[jOOQ/jOOQ#16892] Invalid link in Fields javadoc
|
2024-07-02 09:29:07 +02:00 |
|
Lukas Eder
|
4d3f39274e
|
[jOOQ/jOOQ#16875] Added link to https://issuetracker.google.com/issues/350528338
|
2024-07-02 08:34:20 +02:00 |
|
Lukas Eder
|
d259aa6308
|
[jOOQ/jOOQ#16875] Support BigQuery TIMESTAMP data type as SQLDataType.TIMESTAMPWITHTIMEZONE
|
2024-07-01 20:01:26 +02:00 |
|
Lukas Eder
|
391ee60937
|
[jOOQ/jOOQ#16891] Upgrade error prone as well
|
2024-07-01 11:40:43 +02:00 |
|
Lukas Eder
|
5937988ec4
|
[jOOQ/jOOQ#16891] Upgrade checker framework dependency to 3.44.0
|
2024-07-01 10:45:30 +02:00 |
|
Lukas Eder
|
b572d5647d
|
[jOOQ/jOOQ#16754] Fix AsText variants
|
2024-06-28 11:02:35 +02:00 |
|
Lukas Eder
|
1094c36367
|
[jOOQ/jOOQ#16884] Improve DataTypeException error message when
encountering internal UnknownType
|
2024-06-28 11:01:43 +02:00 |
|
Lukas Eder
|
e35656ec03
|
[jOOQ/jOOQ#16878] Wrong cast syntax used for BigQuery ARRAY types
|
2024-06-27 13:45:08 +02:00 |
|
Lukas Eder
|
31e4b05be5
|
Build update
|
2024-06-27 12:54:59 +02:00 |
|
Lukas Eder
|
df3ad378f1
|
[jOOQ/jOOQ#16861] Avoid static members in jOOQ-meta Definition classes
to avoid stale build caching
|
2024-06-25 10:54:59 +02:00 |
|
Lukas Eder
|
30e9a12699
|
[jOOQ/jOOQ#16854] SQLite's MetaImpl can't distinguish between multiple
unnamed UNIQUE constraints
|
2024-06-25 09:45:47 +02:00 |
|
Lukas Eder
|
84ad560d09
|
[jOOQ/jOOQ#16853] MySQL error "BLOB, TEXT, GEOMETRY or JSON column can't
have a default value" when running DDL from generated code
|
2024-06-25 08:50:19 +02:00 |
|
Lukas Eder
|
c29eb589f0
|
[jOOQ/jOOQ#12736] More spatial support
- ST_Dimension
|
2024-06-24 15:09:48 +02:00 |
|
Lukas Eder
|
9a36c64f20
|
[jOOQ/jOOQ#12736] More spatial support
- ST_Boundary
|
2024-06-24 14:02:49 +02:00 |
|
Lukas Eder
|
65b479a9a3
|
[jOOQ/jOOQ#16842] jOOQ-codegen-gradle 3.19.10 assumes presence of a
"main" source set, which isn't always the case
|
2024-06-24 09:14:02 +02:00 |
|
Lukas Eder
|
cacf0f92b0
|
[jOOQ/jOOQ#12736] Add support for ST_Transform
|
2024-06-21 17:50:43 +02:00 |
|
Lukas Eder
|
2d9b8dca31
|
[jOOQ/jOOQ#16844] Add support for ST_GeometryN
|
2024-06-21 16:42:50 +02:00 |
|
Lukas Eder
|
820cba15cc
|
[jOOQ/jOOQ#16844] Add support for ST_PointN, and ST_NumPoints
|
2024-06-21 13:58:45 +02:00 |
|
Lukas Eder
|
4b7f12ad1b
|
[jOOQ/jOOQ#16844] Add support for ST_StartPoint and ST_EndPoint
|
2024-06-21 12:04:28 +02:00 |
|