Commit Graph

9703 Commits

Author SHA1 Message Date
Lukas Eder
b670b76570 [jOOQ/jOOQ#2620] Support Google BigQuery - WIP 2021-02-19 10:36:34 +01:00
Lukas Eder
832173fef9 [jOOQ/jOOQ#11238] PostgreSQL FILTER clause does not work on
JSON_ARRAYAGG() functions
2021-02-19 10:36:02 +01:00
Lukas Eder
e37fe1c087 [jOOQ/jOOQ#11472] Document immutability of CSVFormat and related types 2021-02-19 08:43:14 +01:00
Lukas Eder
c593479fb3 [jOOQ/jOOQ#4876] Can't use this default yet 2021-02-18 18:26:09 +01:00
Lukas Eder
6bcd95e0b2 [jOOQ/jOOQ#11468] CustomTable.getUniqueKeys() should return super.getUniqueKeys() not super.getKeys() 2021-02-18 18:13:10 +01:00
Lukas Eder
d0aa1c406d [jOOQ/jOOQ#4876] Add Firebird 3.0 support for IDENTITY columns 2021-02-18 17:56:10 +01:00
Lukas Eder
515e2902d1 [jOOQ/jOOQ#11466] DataType::identity Support annotation should list dialects that support identity types 2021-02-18 16:24:42 +01:00
Lukas Eder
a4c7c2f6bb [jOOQ/jOOQ#2620] Support Google BigQuery - WIP 2021-02-18 16:23:41 +01:00
Lukas Eder
ad21db797a [jOOQ/jOOQ#2620] Support Google BigQuery - WIP
This includes:

- [jOOQ/jOOQ#11461] MetaTable does not contain table COMMENT (REMARKS)
2021-02-17 21:34:11 +01:00
Lukas Eder
7759f5bb7a [jOOQ/jOOQ#8792] Added TODO 2021-02-17 09:42:12 +01:00
Lukas Eder
a0e2b30f08 [jOOQ/jOOQ#11452] Add parser support for MySQL's DATE_ADD and DATE_SUB functions 2021-02-17 09:40:52 +01:00
Lukas Eder
f90b255072 [jOOQ/jOOQ#11450] Support parsing SQLite's IS [ NOT ] predicate 2021-02-16 17:35:36 +01:00
Lukas Eder
75ca50a8d2 [jOOQ/jOOQ#11449] Support parsing SQLite MIN() and MAX() functions 2021-02-16 17:16:34 +01:00
Lukas Eder
4fa4e13807 [jOOQ/jOOQ#11269] Add CreateTableConstraintStep.primaryKey(), unique(), check() convenience methods 2021-02-16 16:24:48 +01:00
Lukas Eder
c5d026ce2c [jOOQ/jOOQ#11446] Bad formatting for UPDATE .. ROW = ROW statements 2021-02-16 14:56:12 +01:00
Lukas Eder
3dd2f77451 [jOOQ/jOOQ#11443] BatchedPreparedStatement doesn't work if statement is
re-used
2021-02-16 13:37:02 +01:00
Lukas Eder
55ff5a4272 [jOOQ/jOOQ#11442] Plain SQL templates improperly recognise ? 2021-02-16 10:49:47 +01:00
Lukas Eder
9de285a56e [jOOQ/jOOQ#10551] Added CTE support 2021-02-16 10:24:05 +01:00
Lukas Eder
bf1c3f92bd [jOOQ/jOOQ#11432] Support parsing Db2 style LISTAGG() without WITHIN
GROUP clause
2021-02-15 13:54:00 +01:00
Lukas Eder
ac3bf49009 [jOOQ/jOOQ#11436] Support parsing UPDATE .. SET (row) = (subquery) 2021-02-15 13:36:36 +01:00
Lukas Eder
3f706e1951 [jOOQ/jOOQ#11429] Fixed Firebird regression 2021-02-12 21:38:41 +01:00
Lukas Eder
46ae08cac1 [jOOQ/jOOQ#11435] Support parsing quoted identifiers with escaped quotes 2021-02-12 21:34:45 +01:00
Lukas Eder
100030f00f [jOOQ/jOOQ#11433] Add parser support for ALTER TABLE .. ADD .. ADD syntax 2021-02-12 20:43:47 +01:00
Lukas Eder
82b2a12f9c [jOOQ/jOOQ#11430] Add parser support for ALTER TABLE .. DROP .. DROP syntax 2021-02-12 16:50:43 +01:00
Lukas Eder
cf80bc723c [jOOQ/jOOQ#10572] Wrong DSL::countDistinct method used by parser
Parser is parsing countDistinct(Field[]) regardless of the number of argument fields, rather than countDistinct(Field). This may lead to some tests being skipped for dialects that do not support countDistinct(Field[])
2021-02-12 16:33:06 +01:00
Lukas Eder
5ece382977 [jOOQ/jOOQ#11429] Add missing parser support for EXECUTE IMMEDIATE 2021-02-12 16:28:04 +01:00
Lukas Eder
65324a4ac5 [jOOQ/jOOQ#11427] Parser doesn't accept INSERT .. SELECT .. ON CONFLICT 2021-02-12 15:56:45 +01:00
Lukas Eder
5342436dce [jOOQ/jOOQ#9190] Support parsing PG procedures / functions 2021-02-12 15:38:18 +01:00
Lukas Eder
5de7cfd6ee [jOOQ/jOOQ#10528] Get Firebird procedural logic up to date 2021-02-12 15:12:15 +01:00
Lukas Eder
0383f3db5b [jOOQ/jOOQ#10528] Get Firebird procedural logic up to date 2021-02-12 14:57:00 +01:00
Lukas Eder
3a2c761bad [jOOQ/jOOQ#10528] Get SQL Server procedural logic up to date 2021-02-12 14:44:01 +01:00
Lukas Eder
9ca2a49641 [jOOQ/jOOQ#11422] Add parser support for JSON_ARRAYAGG() and
JSON_OBJECTAGG() as window functions
2021-02-12 13:31:43 +01:00
Lukas Eder
d17687ee33 [jOOQ/jOOQ#11421] Parser should throw exception if not all rows have the same degree in a VALUES constructor 2021-02-12 12:00:36 +01:00
Lukas Eder
61e3ea2d97 [jOOQ/jOOQ#11420] Support Parsing the MySQL version of the VALUES constructor 2021-02-12 11:53:10 +01:00
Lukas Eder
d8d6e6fc7e [jOOQ/jOOQ#10528] MariaDB and MySQL fixes 2021-02-11 17:20:45 +01:00
Lukas Eder
b1939a1456 [jOOQ/jOOQ#10528] More informix fixes 2021-02-11 17:16:50 +01:00
Lukas Eder
25325f4d8d [jOOQ/jOOQ#10528] More informix fixes 2021-02-11 16:49:18 +01:00
Lukas Eder
babc7908a7 [jOOQ/jOOQ#8166] OSS edition fix 2021-02-11 16:27:14 +01:00
Lukas Eder
0f41c52b14 [jOOQ/jOOQ#11410] Support HSQLDB's procedural destructuring assignment 2021-02-11 16:24:55 +01:00
Lukas Eder
8a24389f89 [jOOQ/jOOQ#11408] Procedural DECLARE should support declaring multiple variables, for convenience 2021-02-11 14:36:38 +01:00
Lukas Eder
a83752f970 [jOOQ/jOOQ#8166] Add support for SELECT .. INTO <variables> for use
inside statement blocks

This includes:

- [jOOQ/jOOQ#11405] Emulation in SQL Server
- [jOOQ/jOOQ#11406] Field.as(unquotedName(@i)) should produce T-SQL
aliasing syntax
2021-02-11 11:46:18 +01:00
Lukas Eder
02f750b651 [jOOQ/jOOQ#11403] Support parsing Teradata's undocumented SELECT .. GROUP BY .. WHERE clause ordering 2021-02-10 18:36:30 +01:00
Lukas Eder
4aa23f9aa1 [jOOQ/jOOQ#11398] Wrong emulation of JSON_OBJECTAGG in Db2 and other dialects for String values 2021-02-10 15:20:17 +01:00
Lukas Eder
8da28a94c3 [jOOQ/jOOQ#11318] Add native support for the standard JSON function
RETURNING clause

Added API and parser support for RETURNING on:

- JSON_ARRAY
- JSON_ARRAYAGG
- JSON_OBJECT
- JSON_OBJECTAGG
- JSON_VALUE
2021-02-10 14:08:23 +01:00
Lukas Eder
753242b86c [jOOQ/jOOQ#11394] Support parsing Teradata's zeroifnull() 2021-02-09 15:05:58 +01:00
Lukas Eder
8ed33197de [jOOQ/jOOQ#11374] Fixed regression leading to StackOverflowError 2021-02-09 14:43:35 +01:00
Lukas Eder
ee05f720d0 [jOOQ/jOOQ#11393] Add CockroachDB ENUM type support
- DDL support added
- Fixed code generation support
- Re-generated code
2021-02-09 14:25:22 +01:00
Lukas Eder
73eff4ca00 [jOOQ/jOOQ#8284] Emulate label-less iterate and leave in DB2, HSQLDB, MariaDB, MySQL 2021-02-09 10:59:34 +01:00
Lukas Eder
2894896386 [jOOQ/jOOQ#11389] Add parser support for PL/SQL style variable
declarations in function / procedure headers
2021-02-08 22:27:58 +01:00
Lukas Eder
3388425005 [jOOQ/jOOQ#11390] Support parsing RETURN statement 2021-02-08 21:53:44 +01:00