Lukas Eder
|
ff5cfa2dc6
|
[jOOQ/jOOQ#14034] Upgrade to Scala 2.13.9 to mitigate CVE-2022-36944
|
2022-09-27 11:18:40 +02:00 |
|
Lukas Eder
|
4a38a5cb29
|
[jOOQ/jOOQ#13866] KotlinGenerator produces directory names with
backticks when catalog names contain special characters
|
2022-09-27 11:18:13 +02:00 |
|
Lukas Eder
|
68957a3029
|
[jOOQ/jOOQ#14033] Re-generated code
|
2022-09-27 09:11:09 +02:00 |
|
Lukas Eder
|
37c8bf3a29
|
Merge pull request #14033 from perlun/patch-1
Fix incorrect grammar in XSD documentation
|
2022-09-27 09:10:05 +02:00 |
|
Per Lundberg
|
65fef08e60
|
Fix incorrect grammar in XSD documentation
|
2022-09-27 10:00:21 +03:00 |
|
Lukas Eder
|
193af0d985
|
Revert "[jOOQ/jOOQ#12934] Add jOOQ-kotlin extension methods to help ignore nullability when mapping"
|
2022-09-26 14:37:13 +02:00 |
|
Lukas Eder
|
0c57089a12
|
[jOOQ/jOOQ#6516] ORA-01704 when generating large CLOB inline values in
Oracle
|
2022-09-26 11:13:35 +02:00 |
|
Lukas Eder
|
2b57efb150
|
[jOOQ/jOOQ#14027] ClobBinding and BlobBinding shouldn't delegate sql()
generation to internal DefaultClobBinding or DefaultBlobBinding
|
2022-09-26 10:27:03 +02:00 |
|
Lukas Eder
|
77015bbc52
|
Merge pull request #14026 from vlsi/patch-1
Fix "Use case" -> "Possible solution" field name in feature request template
|
2022-09-24 23:21:02 +02:00 |
|
Vladimir Sitnikov
|
1f588f6075
|
Fix "Use case" -> "Possible solution" field name in feature request template
feature_request.yaml had two "use case" fields
|
2022-09-24 19:22:44 +03:00 |
|
Lukas Eder
|
383cbaa544
|
[jOOQ/jOOQ#14010] Postgres array of single-field UDT reads UDT's field as null instead of actual value
|
2022-09-22 17:17:33 +02:00 |
|
Lukas Eder
|
0e63acf298
|
[jOOQ/jOOQ#14009] Add DataType.isBoolean()
|
2022-09-22 16:14:37 +02:00 |
|
Lukas Eder
|
3893d1e324
|
[jOOQ/jOOQ#6311] Add <oracleUseDBAViews/> flag to code generator to use DBA_XYZ views instead of ALL_XYZ views
|
2022-09-22 16:14:27 +02:00 |
|
Lukas Eder
|
a06bdd538f
|
[jOOQ/jOOQ#5620] [jOOQ/jOOQ#13957] Support BOOLEAN type
|
2022-09-22 12:36:53 +02:00 |
|
Lukas Eder
|
a7554e4c96
|
[jOOQ/jOOQ#5620] [jOOQ/jOOQ#13957] Recurse over nested records
|
2022-09-22 09:41:56 +02:00 |
|
Lukas Eder
|
8ff789f303
|
[jOOQ/jOOQ#13957] Fix OSS edition compilation error
|
2022-09-22 08:16:24 +02:00 |
|
Lukas Eder
|
1a3d8aacdd
|
[jOOQ/jOOQ#14007] Exclude SQLITE_SEQUENCE and other tables when <includeSystemTables/> is false
|
2022-09-21 17:48:48 +02:00 |
|
Lukas Eder
|
09bf6265e8
|
[jOOQ/jOOQ#12022] Add code generator support for MySQL's invisible columns
|
2022-09-21 17:34:09 +02:00 |
|
Lukas Eder
|
ec0608399e
|
[jOOQ/jOOQ#13182] Improve formatting XMLATTRIBUTES
|
2022-09-21 16:40:40 +02:00 |
|
Lukas Eder
|
2015e67ebf
|
[jOOQ/jOOQ#14006] Add ResultQuery<Record2<T1, T2>>.fetchMap() and fetchGroups() extension methods to jOOQ-kotlin
|
2022-09-21 14:14:13 +02:00 |
|
Lukas Eder
|
0eb91e9ff4
|
[jOOQ/jOOQ#13957] Support arbitrary associative array in parameters
|
2022-09-21 12:52:51 +02:00 |
|
Lukas Eder
|
b8017d917c
|
[jOOQ/jOOQ#14003] Compilation error in generated code when combining
<pojos/>, <interfaces/> and <embeddables/>
|
2022-09-21 12:52:38 +02:00 |
|
Lukas Eder
|
f73be0d9da
|
[jOOQ/jOOQ#14003] Compilation error in generated code when combining
<pojos/>, <interfaces/> and <embeddables/>
See also: [jOOQ/jOOQ#10212]
|
2022-09-20 14:45:14 +02:00 |
|
Lukas Eder
|
c72c23b4ab
|
[jOOQ/jOOQ#10212] DAO interactions improved
|
2022-09-20 13:21:00 +02:00 |
|
Lukas Eder
|
5b6fa92608
|
[jOOQ/jOOQ#10780] Add a few more nullability annotations to DAO
|
2022-09-20 11:21:44 +02:00 |
|
Lukas Eder
|
09061658da
|
[jOOQ/jOOQ#10212] Improve DAO interaction
|
2022-09-20 11:13:57 +02:00 |
|
Lukas Eder
|
c43f0ff06d
|
[jOOQ/jOOQ#10212] Fixed some embeddable regressions
|
2022-09-20 11:04:21 +02:00 |
|
Lukas Eder
|
b26a5c60c8
|
[jOOQ/jOOQ#10212] Add options to generate non-null attributes on Records, Pojos, and interfaces in KotlinGenerator
This includes:
- [jOOQ/jOOQ#14002] KotlinGenerator shouldn't generate public default constructor if non-nullable attributes are generated on records
|
2022-09-20 10:52:03 +02:00 |
|
Lukas Eder
|
df280031ea
|
[jOOQ/jOOQ#14000] Revert the feature
My kotlin-fu didn't help much in getting this right, today...
|
2022-09-19 19:38:57 +02:00 |
|
Lukas Eder
|
cfd5946cae
|
[jOOQ/jOOQ#14000] Fix ClassCastException
|
2022-09-19 18:47:20 +02:00 |
|
Lukas Eder
|
bbb6e8e18b
|
[jOOQ/jOOQ#14000] Fix compilation error
|
2022-09-19 18:44:34 +02:00 |
|
Lukas Eder
|
d8ea360c55
|
[jOOQ/jOOQ#14000] Fix compilation error
|
2022-09-19 18:43:24 +02:00 |
|
Lukas Eder
|
3d4a9812aa
|
[jOOQ/jOOQ#14000] Relax extension functions in jOOQ-kotlin for Field<Boolean> to accept Field<out Boolean?> instead
|
2022-09-19 17:35:41 +02:00 |
|
Lukas Eder
|
1629cb2751
|
[jOOQ/jOOQ#12934] Add jOOQ-kotlin extension methods to help ignore nullability when mapping
|
2022-09-19 15:16:43 +02:00 |
|
Lukas Eder
|
03a51efeb9
|
[jOOQ/jOOQ#13995] Improve documentation on Fields lookup methods
|
2022-09-16 16:37:58 +02:00 |
|
Lukas Eder
|
7a67b9ab7a
|
[jOOQ/jOOQ#9720] Regenerated class
|
2022-09-16 15:08:39 +02:00 |
|
Lukas Eder
|
1f9518f685
|
[jOOQ/jOOQ#9720] Support logical XOR operator
|
2022-09-16 14:58:35 +02:00 |
|
Lukas Eder
|
11723a10b1
|
[jOOQ/jOOQ#13993] Wrong value returned from NullCondition::isNullable
|
2022-09-16 14:50:56 +02:00 |
|
Lukas Eder
|
55280e33ff
|
Why does javac 8 hate this particular line so much...
|
2022-09-16 11:26:07 +02:00 |
|
Lukas Eder
|
1598ad703b
|
[jOOQ/jOOQ#12033] Add MULTISET_AGG(DISTINCT ...) aggregate and window function support
|
2022-09-16 10:10:23 +02:00 |
|
Lukas Eder
|
50e49ad66e
|
This stupid Java 8 compiler bug again...
|
2022-09-14 13:48:55 +02:00 |
|
Lukas Eder
|
5b4a3b0cb2
|
[jOOQ/jOOQ#12045] Simplified MULTISET emulation with DISTINCT
Thanks to [jOOQ/jOOQ#10730], we can now also implement the simplified
MULTISET emulation with subqueries containing the DISTINCT clause
|
2022-09-14 13:00:39 +02:00 |
|
Lukas Eder
|
e913ce8d76
|
[jOOQ/jOOQ#10730] Add support for JSON_ARRAYAGG(DISTINCT)
This includes:
- [jOOQ/jOOQ#13986] Add support for Db2 11.1 LISTAGG(DISTINCT)
|
2022-09-14 12:43:07 +02:00 |
|
Lukas Eder
|
d0cef8f285
|
[jOOQ/jOOQ#12045] Fixed typo
|
2022-09-14 09:59:22 +02:00 |
|
Lukas Eder
|
42aecb3715
|
[jOOQ/jOOQ#12045] Attempted Java 8 fix
|
2022-09-13 20:04:04 +02:00 |
|
Lukas Eder
|
16c3d7d034
|
[jOOQ/jOOQ#12045] Support correlating MULTISET operators in dialects that can't correlated subqueries from derived tables
|
2022-09-13 17:30:21 +02:00 |
|
Lukas Eder
|
90d083a9f9
|
[jOOQ/jOOQ#13974] ParsingConnection doesn't correctly relay Statement::getResultSet, Statement::getUpdateCount, or Statement::getMoreResults on static Statement
|
2022-09-13 15:06:16 +02:00 |
|
Lukas Eder
|
6061630ba2
|
[jOOQ/jOOQ#252] Avoid unnecessary import
|
2022-09-13 14:41:59 +02:00 |
|
Lukas Eder
|
c5dd770fca
|
[jOOQ/jOOQ#252] Refactor some PG_CATALOG queries
|
2022-09-13 11:39:09 +02:00 |
|
Lukas Eder
|
6f262cd3a0
|
[jOOQ/jOOQ#252] Added a comment about PG's understanding of ∅ arrays
|
2022-09-13 08:35:54 +02:00 |
|