Commit Graph

9357 Commits

Author SHA1 Message Date
Lukas Eder
8cc490166c [jOOQ/jOOQ#11054] [jOOQ/jOOQ#11063] Generate source for synthetic TVFs 2020-12-01 17:56:02 +01:00
Lukas Eder
8c5c326cdb [jOOQ/jOOQ#11063] Add TableOptions.function(String) 2020-12-01 17:50:59 +01:00
Lukas Eder
7e504ef6f7 í¸[jOOQ/jOOQ#11054] Add code generator support for synthetic views
- Fixed regression where views contain inline values
2020-12-01 17:36:19 +01:00
Lukas Eder
b63b6e2710 [jOOQ/jOOQ#11061] Parser should look up data types for bind variables from context 2020-12-01 17:25:40 +01:00
Lukas Eder
b5a6ef98c6 [jOOQ/jOOQ#11054] WIP 2020-12-01 16:06:12 +01:00
Lukas Eder
c83a9864db [jOOQ/jOOQ#11058] Further reuse of cached Table.fieldsRow() 2020-12-01 14:58:36 +01:00
Lukas Eder
23110d0163 [jOOQ/jOOQ#11058] Cache AbstractTable.fieldsRow() 2020-12-01 14:45:58 +01:00
Lukas Eder
802ef1f74b [jOOQ/jOOQ#10626] Add support for CockroachDB CREATE SCHEMA et. al 2020-12-01 13:58:01 +01:00
Lukas Eder
72fdacae23 [jOOQ/jOOQ#11057] KotlinGenerator should generate kotlin.Deprecated annotation instead of java.lang.Deprecated 2020-12-01 13:16:47 +01:00
Lukas Eder
4c4c0ebcb2 [jOOQ/jOOQ#11056] Updated annotations to reflect status quo 2020-12-01 12:49:57 +01:00
Lukas Eder
a7812c8fac [jOOQ/jOOQ#11053] Pull up PostgresDSL.array() to DSL.array() 2020-11-30 14:07:46 +01:00
Lukas Eder
c5262f505d [jOOQ/jOOQ#9067] A better approach to this fix 2020-11-30 13:23:55 +01:00
Lukas Eder
6a0e7494d0 [jOOQ/jOOQ#11047] Code generator does not produce indexes for quoted
identifiers in PostgreSQL
2020-11-30 11:41:18 +01:00
Lukas Eder
222d2b4961 [jOOQ/jOOQ#6347] Add TableLike.get(X) kotlin operators as aliases for Table.field(X) 2020-11-27 17:15:05 +01:00
Lukas Eder
f5b2ff20a0 [jOOQ/jOOQ#11042] Add support for parsing INSERT .. WITH .. SELECT 2020-11-27 16:36:49 +01:00
Lukas Eder
cd3ab3ffa6 [jOOQ/jOOQ#10572] Support DELETE with aliasing 2020-11-27 16:24:25 +01:00
Lukas Eder
a6461d6311 [jOOQ/jOOQ#9067] StackOverflowError generating code from Postgresql XML
schema with ARRAY columns
2020-11-27 13:29:31 +01:00
Lukas Eder
0781c204e3 [jOOQ/jOOQ#9038] Add support for the PostgreSQL SPLIT_PART function 2020-11-27 12:58:47 +01:00
Lukas Eder
19c276b118 [jOOQ/jOOQ#11021] Fix MariaDB 2020-11-26 19:38:33 +01:00
Lukas Eder
39070ae027 [jOOQ/jOOQ#11021] Fix informix 2020-11-26 17:47:29 +01:00
Lukas Eder
0c97a608ee [jOOQ/jOOQ#11032] Compilation errors for <implicitJoinPathsToOne/> when
referenced table is called RECORD_TYPE
2020-11-26 17:35:22 +01:00
Lukas Eder
41400d0f09 [jOOQ/jOOQ#8775] Additional Javadoc 2020-11-26 15:49:19 +01:00
Lukas Eder
cbd9e9ef01 [jOOQ/jOOQ#11031] Extract common API from Cursor | Record | RecordType |
Result | Row | TableLike | UDT to new Fields type
2020-11-26 15:31:06 +01:00
Lukas Eder
056ca3a427 [jOOQ/jOOQ#11021] Avoid synthetic ORDER BY clause in window functions if not strictly necessary 2020-11-26 11:53:15 +01:00
Lukas Eder
d1dc268091 [jOOQ/jOOQ#11022] The NAME keyword in XMLELEMENT(NAME <name>) should be
optional for the parser
2020-11-26 09:41:07 +01:00
Lukas Eder
3cc97d16a9 [jOOQ/jOOQ#11025] Fix this also for MariaDB 2020-11-25 21:21:15 +01:00
Lukas Eder
5a795588cd [jOOQ/jOOQ#11025] Fix this also for MySQL 2020-11-25 11:08:34 +01:00
Lukas Eder
7a4cb3d0ea [jOOQ/jOOQ#11025] Fix this also for Db2 2020-11-25 10:40:50 +01:00
Lukas Eder
26a5427188 [jOOQ/jOOQ#11025] Wrong variable binding for boolean values in Oracle JSON_OBJECT(), JSON_ARRAY() and others 2020-11-25 10:10:28 +01:00
Lukas Eder
1cac6fb4a6 [jOOQ/jOOQ#11023] Throw more explicit DataTypeException when Convert fails to convert between JSON/JSONB/XML and a user-defined type 2020-11-24 22:36:39 +01:00
Lukas Eder
159eb759e7 [jOOQ/jOOQ#11017] KotlinGenerator should generate equals(other: Any?),
not equals(obj: Any?) on pojos
2020-11-24 10:13:25 +01:00
Lukas Eder
64445647f7 [jOOQ/jOOQ#11016] Kotlin POJO generator produces wrong equals/hashCode for binary types 2020-11-24 09:59:28 +01:00
Lukas Eder
9704a1c12c [jOOQ/jOOQ#11009] Refactor some Tools methods. Java 6 fix. 2020-11-23 15:45:18 +01:00
Lukas Eder
fea20a899a [jOOQ/jOOQ#11009] Retrofit sortAsc() and similar functions to use this for MySQL 2020-11-23 13:43:01 +01:00
Lukas Eder
00e6517dc6 [jOOQ/jOOQ#11009] Add support for the MySQL FIELD() function 2020-11-23 13:13:37 +01:00
Lukas Eder
db45db76cd [jOOQ/jOOQ#11009] Add support for the MySQL FIELD() function 2020-11-23 11:31:54 +01:00
Lukas Eder
4b462d3a21 [jOOQ/jOOQ#10940] Root cause fixed, revert workaround 2020-11-20 17:51:52 +01:00
Lukas Eder
7ae2bb1b8e [jOOQ/jOOQ#10992] Wrong SQL generated when outer and correlated subquery share implicit join path 2020-11-20 17:39:23 +01:00
Lukas Eder
e4aa7c1eed [jOOQ/jOOQ#10801] Add JavaGenerator.printDaoConstructorAnnotations() to allow for custom annotations in generated DAO constructors 2020-11-20 15:43:45 +01:00
Lukas Eder
aa33496cde [jOOQ/jOOQ#10989] Cannot use MERGE with SELECT: [42XAL]: The source
table of a MERGE statement must be a base table or table function.
2020-11-20 13:50:26 +01:00
Lukas Eder
c4d3644872 [jOOQ/jOOQ#10998] Add <enumsAsScalaSealedTraits/> to let ScalaGenerator
generate Java enums or Dotty enums
2020-11-20 13:50:06 +01:00
Lukas Eder
5be1a2e475 [jOOQ/jOOQ#11000] Parser cannot look up column from tables by same name from different schemas 2020-11-20 13:49:30 +01:00
Lukas Eder
58cb01e26f [jOOQ/jOOQ#10983] Wrong Oracle style to ANSI JOIN transformation result, depending on predicate order 2020-11-19 20:45:41 +01:00
Lukas Eder
58b82b3541 [jOOQ/jOOQ#10990] Fixed annotations 2020-11-19 16:30:02 +01:00
Lukas Eder
3401597eae [jOOQ/jOOQ#10940] <includeSystemCheckConstraints/> fails with missing FROM-clause entry for table "alias_18649163" on PostgreSQL 2020-11-19 16:05:03 +01:00
Lukas Eder
8de5f09165 [jOOQ/jOOQ#10990] Add support for MERGE in Informix 2020-11-19 15:35:39 +01:00
Lukas Eder
a5e96e9b53 [jOOQ/jOOQ#10989] Wrong SQL generated for INSERT .. SELECT .. ON DUPLICATE KEY IGNORE emulation using NOT EXISTS 2020-11-19 15:03:34 +01:00
Lukas Eder
c3dfa9be70 [jOOQ/jOOQ#10979] XMLDatabase does not produce parameters for overloaded routines 2020-11-19 11:50:26 +01:00
Lukas Eder
20a60f6f38 [jOOQ/jOOQ#10972] Downgrade ErrorProne again 2020-11-19 11:09:12 +01:00
Lukas Eder
56dda2b08d [jOOQ/jOOQ#8278] Prevent StackOverflowErrors when the proxy is shared 2020-11-18 17:32:45 +01:00