Lukas Eder
e2a07fb214
[ jOOQ/jOOQ#14155 ] OSS edition fix
2022-10-31 18:13:36 +01:00
Lukas Eder
15f840093b
[ jOOQ/jOOQ#14155 ] Add ExecuteListener::transformStart and ::transformEnd
...
events
2022-10-31 16:40:16 +01:00
Lukas Eder
0625b26c4b
[ jOOQ/jOOQ#13640 ] Fix regression
...
There are a few jOOQ 3.18 QOM API mutator methods that should ensure the resulting QOM.Insert statement is in a reasonable state, but it's not that simple, it seems. We'll have to address this more thoroughly, with more tests
2022-10-31 11:29:15 +01:00
Lukas Eder
1b54ba35d1
[ jOOQ/jOOQ#14151 ] Revert fix for now
2022-10-31 10:25:31 +01:00
Lukas Eder
5e0d00afec
[ jOOQ/jOOQ#14153 ] Make NullStatement a UTransient QueryPart
2022-10-31 10:22:12 +01:00
Lukas Eder
e8a4b7b89b
[ jOOQ/jOOQ#13640 ] Fix typo
2022-10-31 09:07:59 +01:00
Lukas Eder
3daf6a1d6f
[ jOOQ/jOOQ#13640 ] Add DML statement QOM API
...
This includes:
- Delete
- DeleteReturning
- Insert
- InsertReturning
- Update
- UpdateReturning
2022-10-28 18:07:37 +02:00
Lukas Eder
cfc7a4b7e7
[ jOOQ/jOOQ#14151 ] Override BlockImpl::equals() and hashCode()
2022-10-28 18:07:18 +02:00
Lukas Eder
c00e3571d2
[ jOOQ/jOOQ#13593 ] Use dummy type variables to capture wildcards locally
2022-10-28 11:21:16 +02:00
Lukas Eder
ecbbc85d16
[ jOOQ/jOOQ#13640 ] Remove non-OSS code
2022-10-28 10:42:43 +02:00
Lukas Eder
baf100c3ff
[ jOOQ/jOOQ#14148 ] Catch NullPointerExceptions earlier when constructing DSL
2022-10-27 21:40:03 +02:00
Lukas Eder
37302e878d
[ jOOQ/jOOQ#13593 ] Settings.transformPatternsCaseToCaseAbbreviation
2022-10-27 20:41:48 +02:00
Lukas Eder
93c5cf4545
[ jOOQ/jOOQ#13593 ] Settings.transformPatternsCaseThenBoolean
2022-10-27 17:30:55 +02:00
Lukas Eder
1ca748ffc1
[ jOOQ/jOOQ#13593 ] Implement more transform patterns
...
- Settings.transformPatternsCaseMergeWhenElse
- Settings.transformPatternsCaseMergeWhenWhen
2022-10-27 17:12:20 +02:00
Lukas Eder
4542c1bcb1
[ jOOQ/jOOQ#7527 ] Added Settings.diagnosticsPatterns
2022-10-27 16:13:54 +02:00
Lukas Eder
bc88751f33
[ jOOQ/jOOQ#13593 ] Implement Settings.transformPatternsCaseElseCase
2022-10-27 16:02:52 +02:00
Lukas Eder
46539cf445
[ jOOQ/jOOQ#13640 ] Implement QOM.CaseSimple
2022-10-27 15:46:58 +02:00
Lukas Eder
ed1d0d5e03
[ jOOQ/jOOQ#13593 ] Implement Settings.transformPatternsCaseElseNull
2022-10-27 15:30:24 +02:00
Lukas Eder
cdc57e4e12
[ jOOQ/jOOQ#13640 ] Implement QOM.CaseSearched
2022-10-27 15:24:18 +02:00
Lukas Eder
bfb1f8533c
[ jOOQ/jOOQ#7527 ] Add Settings.transformPatternsUnnecessaryDistinct
2022-10-27 14:16:54 +02:00
Lukas Eder
73534e8e42
[ jOOQ/jOOQ#7527 ] Added Settings.diagnosticsPatterns
2022-10-27 12:32:30 +02:00
Lukas Eder
da8a79452f
[ jOOQ/jOOQ#13593 ] Implement transformPatternsCountConstant
2022-10-27 10:54:06 +02:00
Lukas Eder
157f822e7b
[ jOOQ/jOOQ#14141 ] Generated text blocks for view sources should escape backslashes
2022-10-27 09:34:55 +02:00
Lukas Eder
5bed0b0e88
[ jOOQ/jOOQ#7527 ] Added consecutiveAggregation()
2022-10-27 08:39:34 +02:00
Lukas Eder
8c8efd6042
[ jOOQ/jOOQ#7527 ] Support pattern transformations
2022-10-26 16:47:14 +02:00
Lukas Eder
11481b2964
[ jOOQ/jOOQ#7527 ] Added nullCondition diagnostic
...
This includes:
- [jOOQ/jOOQ#14138 ] DiagnosticsConnection should store duplicate SQL strings in Configuration, not static variable
2022-10-26 15:59:06 +02:00
Lukas Eder
a167560143
[ jOOQ/jOOQ#7398 ] Add Settings for each individual diagnostic
...
This includes:
- [jOOQ/jOOQ#14136 ] Let DiagnosticsContext extends Scope
2022-10-26 14:53:48 +02:00
Lukas Eder
ea3c4590b3
[ jOOQ/jOOQ#14132 ] Code generator shouldn't generate precision on
...
non-decimal types
2022-10-26 11:00:34 +02:00
Lukas Eder
532f1a5402
[ jOOQ/jOOQ#3173 ] Added ParserCLI support
2022-10-25 15:00:59 +02:00
Lukas Eder
6f44c5ed10
[ jOOQ/jOOQ#3173 ] Add SQL transformation to inline CTE
2022-10-25 14:55:50 +02:00
Lukas Eder
5c936a2396
[ jOOQ/jOOQ#14131 ] Improve Val.getName() for array values
2022-10-25 10:29:51 +02:00
Lukas Eder
ecd949beb4
[ jOOQ/jOOQ#6359 ] PostgreSQL inlined numeric arrays shouldn't generate string literals
2022-10-25 10:25:24 +02:00
Lukas Eder
5479497371
[ jOOQ/jOOQ#14097 ] Various improvements
2022-10-25 09:34:40 +02:00
Lukas Eder
72828b0796
[ jOOQ/jOOQ#14052 ] Upgrade to HSQLDB 2.7.1 to mitigate CVE-2022-41853
2022-10-25 09:34:11 +02:00
Lukas Eder
307195505e
[ jOOQ/jOOQ#14118 ] Support default RECORD or TABLE parameters
...
See also [jOOQ/jOOQ#14106 ] [jOOQ/jOOQ#14112 ]
2022-10-20 14:10:33 +02:00
Lukas Eder
da12147ca7
[ jOOQ/jOOQ#14105 ] ClassCastException when nesting array(select) projections
2022-10-20 10:48:50 +02:00
Lukas Eder
30568537fd
[ jOOQ/jOOQ#14112 ] Cannot pass null values as arguments for PL/SQL RECORD types
2022-10-19 16:40:44 +02:00
Lukas Eder
35fb3973e6
[ jOOQ/jOOQ#14106 ] Support default values of PL/SQL RECORD types
...
This includes:
- Support for default values in flat records
This does not include:
- %ROWTYPE records (which don't inherit defaults)
- Tables, varrays, and associative arrays of records
2022-10-19 14:24:20 +02:00
Lukas Eder
359ef49ad6
[ jOOQ/jOOQ#14110 ] License header should use HTTPS rather than HTTP
2022-10-19 10:43:58 +02:00
Lukas Eder
5533aee756
[ jOOQ/jOOQ#14108 ] Upgrade jackson-databind dependency to 2.13.4.2 to mitigate CVE-2022-42003
2022-10-19 10:23:22 +02:00
Lukas Eder
7d14c40c9b
[ jOOQ/jOOQ#14103 ] Refactor some ParserImpl internals
2022-10-18 12:34:23 +02:00
Lukas Eder
2b6abe0fc7
[ jOOQ/jOOQ#14103 ] Add parser support for MySQL USE / FORCE / IGNORE
...
INDEX hints
2022-10-18 12:28:05 +02:00
Lukas Eder
1a7c201f49
[ jOOQ/jOOQ#14100 ] Table as SelectField native support relies on actual column order, not generated order
2022-10-18 09:55:43 +02:00
Lukas Eder
b304c44389
[ jOOQ/jOOQ#14089 ] Add parser support for CREATE SCHEMA .. DEFAULT CHARSET
2022-10-14 11:24:24 +02:00
Lukas Eder
ae122cf29e
[ jOOQ/jOOQ#14098 ] Document the fact that some DDL emulations may require the commercial editions
2022-10-14 10:17:58 +02:00
Lukas Eder
93c56c13ad
[ jOOQ/jOOQ#14077 ] Update support annotations
2022-10-13 17:20:51 +02:00
Lukas Eder
28dd12ac2f
[ jOOQ/jOOQ#14077 ] Support fields lists (WIP)
...
This syntax is possible in SQL Server:
ALTER VIEW v (x, y) AS SELECT 1, 2
We can support it too. Currently, only a Table<?>, Field<?>... overload is available. The QOM API generator can't generate the other overloads (yet). Will look into that, soon.
2022-10-13 17:15:28 +02:00
Lukas Eder
5becdccc59
[ jOOQ/jOOQ#14095 ] DSL.createView() returns raw type CreateViewAsStep
2022-10-13 15:10:57 +02:00
Lukas Eder
143d78006a
[ jOOQ/jOOQ#14077 ] Add support for SQL Server's ALTER VIEW .. AS syntax
2022-10-13 15:03:42 +02:00
Lukas Eder
f55fa8a770
[ jOOQ/jOOQ#9085 ] [ jOOQ/jOOQ#13375 ] [ jOOQ/jOOQ#14074 ] Update ArrayTable
...
The SQLDialect.DEFAULT behaviour should be that of the standard SQL for array tables
2022-10-13 11:22:31 +02:00