Lukas Eder
|
e3d0cc483d
|
[jOOQ/jOOQ#10644] Add Settings.transformUnneededArithmeticExpressions to optimise arithmetic prior to SQL generation (WIP)
|
2020-09-22 10:28:35 +02:00 |
|
Lukas Eder
|
74c06bf825
|
[jOOQ/jOOQ#10660] H2 supports SYSTEM_RANGE
|
2020-09-21 22:40:34 +02:00 |
|
Lukas Eder
|
279a447536
|
[jOOQ/jOOQ#10663] Improve formatting of CONNECT BY emulation of GENERATE_SERIES
|
2020-09-21 11:57:32 +02:00 |
|
Lukas Eder
|
5b266002d0
|
[jOOQ/jOOQ#10659] Add Informix emulation for GENERATE_SERIES
|
2020-09-21 11:42:12 +02:00 |
|
Lukas Eder
|
f029fa79a6
|
[jOOQ/jOOQ#10662] Informix does not support SELECT NULL
|
2020-09-21 11:29:01 +02:00 |
|
Lukas Eder
|
8dbcd7190d
|
[jOOQ/jOOQ#10660] Add WITH RECURSIVE emulations for GENERATE_SERIES, where available
|
2020-09-21 11:05:07 +02:00 |
|
Lukas Eder
|
d8b16a9c2d
|
[jOOQ/jOOQ#10658] Add Sequence.nextvals(int):Select<Record1<T>> and DSLContext.nextvals(Sequence<T>, int):List<T> to fetch a number of sequence values in one go
|
2020-09-21 10:15:02 +02:00 |
|
Lukas Eder
|
e342269749
|
[jOOQ/jOOQ#10638] Even shorter
|
2020-09-20 11:53:14 +02:00 |
|
Lukas Eder
|
90344a14cd
|
[jOOQ/jOOQ#10648] Log info when code generation run doesn't produce any difference
|
2020-09-18 11:29:13 +02:00 |
|
Lukas Eder
|
72de70ec98
|
[jOOQ/jOOQ#10638] Fix Java 6 compilation error
We don't need a type witness this time, since we can just use the varargs overload instead of the Collection one
|
2020-09-18 10:44:01 +02:00 |
|
Lukas Eder
|
9a13287b35
|
[jOOQ/jOOQ#10646] Document that import-on-demand cannot be used with org.jooq.Record
|
2020-09-18 09:43:49 +02:00 |
|
Lukas Eder
|
3a672ccdf7
|
[jOOQ/jOOQ#10638] Add parser support for arbitrary CONNECT BY .. START
WITH .. GROUP BY .. HAVING ordering
|
2020-09-18 08:46:08 +02:00 |
|
Lukas Eder
|
5cd9254af0
|
[jOOQ/jOOQ#9775] Support parsing single-argument TRUNC() function
|
2020-09-17 15:12:23 +02:00 |
|
Lukas Eder
|
adfe73eb68
|
[jOOQ/jOOQ#8381] [jOOQ/jOOQ#10641]
- Regenerated refaster files
|
2020-09-17 14:51:24 +02:00 |
|
Lukas Eder
|
0441f818ea
|
[jOOQ/jOOQ#9775] Support parsing TABLE() as an alias for UNNEST()
|
2020-09-17 14:23:32 +02:00 |
|
Lukas Eder
|
61e765c62a
|
[jOOQ/jOOQ#8381] [jOOQ/jOOQ#10641]
- Inverse native flag
|
2020-09-17 14:15:44 +02:00 |
|
Lukas Eder
|
d15c72149e
|
[jOOQ/jOOQ#8381] [jOOQ/jOOQ#10641]
- Pull up OracleDSL.toChar() to DSL
- Support and emulate Oracle's TO_CHAR() function
|
2020-09-17 14:13:26 +02:00 |
|
Lukas Eder
|
b7fc8fc900
|
[jOOQ/jOOQ#10640] Remove unneeded private DSL constructors
|
2020-09-17 12:10:47 +02:00 |
|
Lukas Eder
|
ca8d516e60
|
[jOOQ/jOOQ#7312] Fix regression
|
2020-09-17 11:44:18 +02:00 |
|
Lukas Eder
|
94f110796f
|
[jOOQ/jOOQ#7312] Auto-transform table lists to ansi join if needed
If (+) is encountered but not supported, automatically transform the table lists to ansi join.
|
2020-09-17 11:17:22 +02:00 |
|
Lukas Eder
|
afc4474785
|
[jOOQ/jOOQ#7312] Auto-transform table lists to ansi join if needed
If (+) is encountered but not supported, automatically transform the table lists to ansi join.
|
2020-09-17 11:17:09 +02:00 |
|
Lukas Eder
|
9995378892
|
Update bug_report.md
|
2020-09-17 09:12:03 +02:00 |
|
Lukas Eder
|
dbc4b6b402
|
[jOOQ/jOOQ#7312] Add Setting to transform table lists to ansi join
|
2020-09-16 17:03:55 +02:00 |
|
Lukas Eder
|
07c0b55561
|
[jOOQ/jOOQ#10635] AbstractQueryPart::equals might not work when one QueryPart has a different Configuration than the other
|
2020-09-15 17:25:17 +02:00 |
|
Lukas Eder
|
df5f0cdd14
|
[jOOQ/jOOQ#10632] [jOOQ/jOOQ#10633]
- Log all column and parameter types in DEBUG level in JavaGenerator
- Add DataTypeDefinition.getMatchNames()
|
2020-09-15 16:19:24 +02:00 |
|
Lukas Eder
|
a127ec65ef
|
[jOOQ/jOOQ#10588] Fixed wrong XSD element name
|
2020-09-10 17:42:06 +02:00 |
|
Lukas Eder
|
e64a4279ff
|
[jOOQ/jOOQ#10616] Add Settings.implicitJoinType to govern whether an INNER or LEFT JOIN is generated
|
2020-09-10 16:49:31 +02:00 |
|
Lukas Eder
|
4b8fcd9eff
|
[jOOQ/jOOQ#10614] Avoid ClassCastException when comparing two column
values without natural order in Record::compareTo
|
2020-09-10 14:38:30 +02:00 |
|
Lukas Eder
|
373e725e9c
|
[jOOQ/jOOQ#10588] Configuration should allow for explicit ordering of
key fields
|
2020-09-10 10:44:42 +02:00 |
|
Lukas Eder
|
2dbf3ab145
|
[jOOQ/jOOQ#10588] Apply synthetic keys to jOOQ-meta, use implicit joins
(WIP)
|
2020-09-09 17:57:44 +02:00 |
|
Lukas Eder
|
1b6e651765
|
[jOOQ/jOOQ#7507] Implicit Joins should produce inner joins when possible
|
2020-09-09 16:10:14 +02:00 |
|
Lukas Eder
|
b32d747387
|
Removed some redundant managed version numbers from pom.xml files
|
2020-09-09 15:59:03 +02:00 |
|
Lukas Eder
|
735a96f27c
|
[jOOQ/jOOQ#10605] offset(0) is ignored
|
2020-09-09 11:41:24 +02:00 |
|
Lukas Eder
|
9fa6814779
|
[jOOQ/jOOQ#10588] Apply synthetic keys to jOOQ-meta, use implicit joins
(WIP)
|
2020-09-08 17:27:40 +02:00 |
|
Lukas Eder
|
a00eda2c02
|
[jOOQ/jOOQ#10603] Ambiguous match with complex implicit join graphs
|
2020-09-08 16:39:50 +02:00 |
|
Lukas Eder
|
2203d53b5b
|
[jOOQ/jOOQ#10602] Missing NOT NULL constraint in generated DDL: MySQL
|
2020-09-08 14:38:26 +02:00 |
|
Lukas Eder
|
9442a0dcae
|
[jOOQ/jOOQ#10588] Java 6 fix
|
2020-09-07 18:11:13 +02:00 |
|
Lukas Eder
|
fc90811118
|
[jOOQ/jOOQ#10594] Parse optional
|
2020-09-07 10:42:51 +02:00 |
|
Lukas Eder
|
09001aaccc
|
[jOOQ/jOOQ#10592] Java 6 fix
|
2020-09-07 10:30:58 +02:00 |
|
Lukas Eder
|
4ea1ab465f
|
[jOOQ/jOOQ#10588] Apply synthetic keys to jOOQ-meta, use implicit joins (WIP)
|
2020-09-04 17:51:20 +02:00 |
|
Lukas Eder
|
f57dd124d6
|
[jOOQ/jOOQ#10595] Error when fully qualifying a view with catalog name
in DROP VIEW in SQL Server
|
2020-09-04 14:02:03 +02:00 |
|
Lukas Eder
|
79f85e2a5f
|
[jOOQ/jOOQ#10595] Error when fully qualifying a view with catalog name in CREATE/ALTER VIEW in SQL Server
|
2020-09-04 13:55:38 +02:00 |
|
Lukas Eder
|
9557b235c9
|
[jOOQ/jOOQ#10594] Meta::ddl does not correctly export view contents from generated code
|
2020-09-04 12:38:14 +02:00 |
|
Lukas Eder
|
b29dad7a11
|
[jOOQ/jOOQ#10592] Add DDLExportConfiguration.includeConstraintsOnViews to prevent Meta::ddl from exporting synthetic constraints on views
|
2020-09-04 11:59:38 +02:00 |
|
Lukas Eder
|
3616cc43c7
|
[jOOQ/jOOQ#10588] Rename <syntheticKeys/> to <syntheticObjects/>
|
2020-09-04 11:29:22 +02:00 |
|
Lukas Eder
|
7d53551114
|
[jOOQ/jOOQ#10588] Deprecate <syntheticIdentities/>
|
2020-09-04 10:50:00 +02:00 |
|
Lukas Eder
|
19ce35ce7b
|
[jOOQ/jOOQ#10588] Deprecate <syntheticPrimaryKeys/>
|
2020-09-04 10:08:36 +02:00 |
|
Lukas Eder
|
d5365531c9
|
[jOOQ/jOOQ#10588] Deprecate <overridePrimaryKeys/>
|
2020-09-04 09:31:19 +02:00 |
|
Lukas Eder
|
69fe7b2728
|
[jOOQ/jOOQ#10587] NullPointerException when misconfiguring code generator, lacking a <database/>
|
2020-09-03 16:56:21 +02:00 |
|
Lukas Eder
|
10c12b3752
|
[jOOQ/jOOQ#681] Generate also Schema.getDomains()
|
2020-09-03 15:01:55 +02:00 |
|