Commit Graph

3750 Commits

Author SHA1 Message Date
Lukas Eder
9bcd1dd36d [#7886] Parser doesn't correctly recognise Oracle MINUS operation 2018-09-24 11:19:12 +02:00
Lukas Eder
654792b256 [#5939] Handle zeros 2018-09-24 10:48:59 +02:00
Lukas Eder
5e892a8afa [#7885] Add Table.rowid() 2018-09-24 09:29:22 +02:00
Lukas Eder
6164cedbd1 [#7839] Emulate { UPDATE | DELETE } ORDER BY and LIMIT 2018-09-21 14:49:12 +02:00
Lukas Eder
5c14d8026d [#7878] Nested arrays with single element don't work as expected with H2 2018-09-21 14:11:45 +02:00
Lukas Eder
9eb2996f28 [#7882] Add Field.startsWithIgnoreCase() and Field.endsWithIgnoreCase() 2018-09-21 12:19:45 +02:00
Lukas Eder
27d96749bc [#7879] Cannot ORDER BY null in Derby, when Field.sortAsc() has no parameters 2018-09-21 11:51:33 +02:00
Lukas Eder
1690f6d72c [#7748] Added support for sequence flags in DERBY 2018-09-21 11:23:02 +02:00
Lukas Eder
78b1ef5051 [#5939] Added parser support 2018-09-20 19:37:28 +02:00
Lukas Eder
4eab72067e [#5939] Added rounding error disclaimer 2018-09-20 19:32:04 +02:00
Lukas Eder
97d652e08b [#5939] Add PRODUCT() aggregate and window function 2018-09-20 19:26:03 +02:00
Lukas Eder
f43dfec59a [#7874] Fixed generated code 2018-09-20 12:22:32 +02:00
Lukas Eder
be6b14560e [#7748] Add support for CREATE SEQUENCE flags in HSQLDB 2018-09-20 12:00:26 +02:00
Lukas Eder
5e2b01ff47 [#7873] Add HSQLDB support for Sequence.currval() 2018-09-20 11:46:53 +02:00
Lukas Eder
8724415b0e [#6485] [#6978] Add support for TRANSLATE() function for H2 2018-09-20 11:31:37 +02:00
Lukas Eder
0d367ae23b [#6485] [#6978] Add support for TRANSLATE() function for HSQLDB 2018-09-20 11:30:19 +02:00
Lukas Eder
26933e69bd [#2132] Support UNIX_TIMESTAMP() / EPOCH() function in HSQLDB 2018-09-20 11:28:56 +02:00
Lukas Eder
1a47049b7c [#7872] Add support for HSQLDB EXPLAIN PLAN FOR 2018-09-20 11:20:40 +02:00
Lukas Eder
3cd0064734 [#5895] Added missing Support annotations 2018-09-20 11:12:55 +02:00
Lukas Eder
10a92866f1 [#5895] Add support for TIME[STAMP] WITH TIME ZONE in HSQLDB 2018-09-19 17:39:03 +02:00
Lukas Eder
edde4ae324 [#7862] Add SQLDialect.ORACLE18C 2018-09-13 12:36:51 +02:00
Lukas Eder
f80ef66186 [#7853] Code generator fails to parse partial index when using DDLDatabase 2018-09-12 12:50:31 +02:00
Lukas Eder
8440048be9 [#714] Added parser support 2018-08-29 14:34:36 +02:00
Lukas Eder
6d54d3246f [#714] Add support for non-standard ORDER BY .. LIMIT clauses in UPDATE, DELETE statements 2018-08-29 14:16:13 +02:00
Lukas Eder
d981c45f21 [#7835] name("").append(name("a")) produces wrong result 2018-08-29 11:55:58 +02:00
Lukas Eder
839b2825b2 [#7834] AbstractMeta::get never returns an unqualified result 2018-08-29 11:44:43 +02:00
Lukas Eder
47f05dd38d [#7827] InformationSchema.toString() methods generate empty <comment> elements 2018-08-28 14:06:36 +02:00
Lukas Eder
af2738e5d0 [#7814] DDLDatabase does not generate enum types when parsing MySQL ENUM syntax 2018-08-27 17:45:44 +02:00
Lukas Eder
780434be0e [#7813] Code generation from SQL file failed when type is enum 2018-08-27 13:49:51 +02:00
Lukas Eder
aa057b89a1 Formatting 2018-08-27 12:14:31 +02:00
Lukas Eder
006fd92c37 [#5700] Add support for Oracle's STATS_MODE() aggregate function 2018-08-23 13:22:58 +02:00
Lukas Eder
55ad021cda Formatting 2018-08-23 12:27:10 +02:00
Lukas Eder
f0acb5693b [#7801] Record.formatXML() should format nested records recursively 2018-08-22 19:08:41 +02:00
Lukas Eder
ae41800faa [#7800] Let Record extend Formattable
- Also: [#7803] Add dummy implementations to ArrayRecordImpl
2018-08-22 18:43:32 +02:00
Lukas Eder
8f0deab2b0 [#7782] Record.formatJSON() should format nested records recursively 2018-08-22 18:15:49 +02:00
Lukas Eder
e395520fee [#7796] Support DatePart.QUARTER 2018-08-22 15:46:56 +02:00
Lukas Eder
08e2d8e695 [#7794] Support DatePart.EPOCH 2018-08-22 15:22:43 +02:00
Lukas Eder
f0ac0ea00c [#7793] Support DatePart.DAY_OF_YEAR 2018-08-22 13:39:01 +02:00
Lukas Eder
648cade2a6 [#7792] Support DatePart.DAY_OF_WEEK and DatePart.ISO_DAY_OF_WEEK 2018-08-22 12:53:25 +02:00
Lukas Eder
343ccc9168 [#7792] Support DatePart.DAY_OF_WEEK and DatePart.ISO_DAY_OF_WEEK 2018-08-22 12:45:17 +02:00
Lukas Eder
0e7aa2e4b0 [#7518] CURRENT_DATE and CURRENT_DATE() are both possible (and similar functions, too) 2018-08-22 10:33:47 +02:00
Lukas Eder
eaccc7897b [#7518] Support parsing CURTIME() and CURDATE() 2018-08-22 10:31:14 +02:00
Lukas Eder
b122db34e5 [#7518] [#7525] Support parsing DAYOFMONTH() function 2018-08-22 10:22:40 +02:00
Lukas Eder
77f418849a [#7551] Wrong type information associated to Row[N].operator(T1, ..., TN) predicates 2018-08-22 10:16:20 +02:00
Lukas Eder
d5780e38a5 [#7691] NullPointerException when aggregating row value expressions using ARRAY_AGG() 2018-08-21 14:34:44 +02:00
Lukas Eder
2ee2c27b48 [#7319] SQLDialectNotSupportedException: The ON DUPLICATE KEY UPDATE clause cannot be emulated for DEFAULT when using the Batch API with named parameters 2018-08-21 12:20:44 +02:00
Lukas Eder
06a047c194 [#7764] Race condition in cached ImmutablePOJOMapperWithParameterNames 2018-08-20 13:02:24 +02:00
Lukas Eder
5923c3fc9e
Merge pull request #7765 from llucherini/race-condition
[#7764] Race condition in DefaultRecordMapper
2018-08-20 13:00:27 +02:00
Lukas Eder
d4da4946f8 [#7153] Allow for configuring a locale to be used for upper/lower casing inside of jOOQ 2018-08-20 12:11:37 +02:00
Lukas Eder
0884090495 [#7774] Add support for DROP TYPE 2018-08-17 15:01:40 +02:00