lukaseder
bfd146874f
[ #7171 ] [ #7446 ] Support parsing ISO_8601 interval literals
2018-04-27 17:31:42 +02:00
lukaseder
ab370f918d
[ #7447 ] Add DayToSecond.valueOf(Duration)
2018-04-27 16:48:45 +02:00
lukaseder
2d6ec56994
[ #7171 ] Support parsing interval literals
2018-04-27 16:24:44 +02:00
lukaseder
a3977c1c07
[ #7442 ] ORA-00932 when running CAST(.. AS CLOB) in Oracle
2018-04-27 12:50:46 +02:00
lukaseder
c2c125be98
[ #7430 ] ResultQuery.fetchOne() should not fetch second record on a LIMIT 1 query
2018-04-27 11:35:25 +02:00
lukaseder
0b917a5c7e
[ #5196 ] Remove type reference
2018-04-26 16:09:44 +02:00
lukaseder
58a538fb95
[ #7441 ] JavaGenerator should allow for overriding POJO constructor generation
2018-04-26 16:04:25 +02:00
lukaseder
961ff4feb1
[ #7440 ] Add support for the NTH_VALUE(..) [ FROM { FIRST | LAST } ] clause
2018-04-26 15:46:28 +02:00
lukaseder
bb55b3b069
[ #5196 ] Remove type reference
2018-04-26 15:05:30 +02:00
lukaseder
80dd835cb7
[ #7439 ] Add ORACLE12C support for the STANDARD_HASH function
2018-04-26 14:49:58 +02:00
lukaseder
26983fb28f
[ #5196 ] Remove type reference
2018-04-26 14:41:06 +02:00
lukaseder
c4476fd15c
[ #5196 ] Remove package again
2018-04-26 14:22:00 +02:00
lukaseder
e0f958a219
[ #7171 ] Add support for UNNEST. Fix LATERAL
2018-04-26 14:09:57 +02:00
lukaseder
863ade3b3c
[ #5196 ] Add support for Amazon Aurora MySQL Edition
2018-04-26 13:22:09 +02:00
lukaseder
cb56f73e7d
[ #7437 ] Add support for generate_series() with step parameter
2018-04-26 13:20:45 +02:00
lukaseder
affd66328c
[ #629 ] Add support for the Teradata database (WIP)
2018-04-23 09:36:00 +02:00
lukaseder
1075887293
[ #7431 ] Document the fact that fetchOne() needs to fetch the second record
2018-04-23 09:35:09 +02:00
lukaseder
3b53630cbb
[ #629 ] Add support for the Teradata database (WIP)
2018-04-19 18:00:09 +02:00
lukaseder
1ad67a1620
[ #7171 ] Support parsing OREPLACE() and STR_REPLACE()
2018-04-19 17:59:58 +02:00
lukaseder
96a5c5134a
[ #629 ] Add support for the Teradata database (WIP)
2018-04-19 13:18:28 +02:00
lukaseder
6ad947c569
[ #7171 ] Support DEL, INS, UPD as synonyms for DELETE, INSERT, UPDATE
2018-04-19 13:18:23 +02:00
lukaseder
2c6023ef3c
[ #629 ] Add support for the Teradata database (WIP)
2018-04-19 13:13:16 +02:00
lukaseder
b23489e684
[ #7171 ] Support DEL, INS, UPD as synonyms for DELETE, INSERT, UPDATE
2018-04-19 13:13:00 +02:00
lukaseder
919cfc63ae
[ #7171 ] Support parsing various bitwise operations
2018-04-19 11:04:15 +02:00
lukaseder
bc821ca8c3
[ #7171 ] Support parsing various bitwise operations
2018-04-19 11:03:20 +02:00
lukaseder
7009fc119d
[ #7420 ] Code generation XML config snippets should refer to XMLNS in manual
2018-04-19 09:47:22 +02:00
lukaseder
9a357cd4f0
[ #7419 ] Remove leftovers from renaming
2018-04-18 16:29:16 +02:00
lukaseder
27b8103f6d
[ #7419 ] Rename jooq-meta and jooq-codegen packages to avoid conflicts in JPMS
2018-04-16 11:56:00 +02:00
lukaseder
c77fdd3c85
[ #7419 ] Rename jooq-meta and jooq-codegen packages to avoid conflicts in JPMS
2018-04-16 11:35:01 +02:00
lukaseder
d0737ce8e4
[ #7415 ] Add ability for MatcherStrategy to allow for customizing enum class names
2018-04-16 10:23:04 +02:00
lukaseder
44a6049562
[ #7416 ] Misleading warning message when using external configurationFile with <matchers/>
2018-04-16 09:55:59 +02:00
lukaseder
6d95fab6d7
[ #629 ] Add support for the Teradata database (WIP)
2018-04-16 09:43:24 +02:00
lukaseder
11e9b5049e
[ #7414 ] XMLDatabase should use XML file's encoding, not default Charset
2018-04-13 11:10:06 +02:00
lukaseder
009fdd63f5
[ #6462 ] INSERT .. ON DUPLICATE KEY { IGNORE | UPDATE } emulation should consider all UNIQUE keys
2018-04-13 10:41:26 +02:00
lukaseder
309e1207ae
[ #2132 ] Support for these types is still experimental
2018-04-13 09:24:20 +02:00
lukaseder
07cdead29d
[ #7412 ] [ #7171 ] Support parsing CREATE INDEX .. INCLUDE syntax
2018-04-12 18:07:06 +02:00
lukaseder
26cc27c57b
[ #7412 ] Add support for the CREATE INDEX .. INCLUDE syntax
2018-04-12 17:55:57 +02:00
lukaseder
f5344c4bcf
[ #7409 ] Emulate PostgreSQL's ON CONFLICT .. ON CONSTRAINT clause with MERGE
2018-04-12 11:02:55 +02:00
lukaseder
345d970810
[ #7365 ] Emulate PostgreSQL's ON CONFLICT clause with MERGE
2018-04-10 17:56:45 +02:00
lukaseder
26053ad80f
[ #5917 ] [ #7171 ] Add Settings.parseUnsupportedSyntax
...
- [#5917 ] Add Settings.parseUnsupportedSyntax to define behaviour when a parser error occurs
- [#7171 ] Parse unsupported SPATIAL INDEX and FULLTEXT INDEX syntax
2018-04-10 13:33:50 +02:00
lukaseder
c58270578c
[ #5917 ] [ #7171 ] Add Settings.parseUnsupportedSyntax
...
- [#5917 ] Add Settings.parseUnsupportedSyntax to define behaviour when a parser error occurs
- [#7171 ] Parse unsupported SPATIAL INDEX and FULLTEXT INDEX syntax
2018-04-10 13:28:51 +02:00
lukaseder
e1240b7b45
[ #7171 ] Add support for ALTER TABLE .. ADD INDEX
2018-04-10 13:05:23 +02:00
lukaseder
4b86629f39
[ #7407 ] Add support for ALTER INDEX .. RENAME in MySQL by using ALTER TABLE .. RENAME INDEX
2018-04-10 12:54:23 +02:00
lukaseder
44ee67240f
[ #7171 ] Support parsing ALTER TABLE .. DROP INDEX
2018-04-10 12:54:02 +02:00
lukaseder
19adb82837
[ #6630 ] Support Oracle TIMESTAMP WITH TIME ZONE data type in UDT
2018-04-10 11:47:53 +02:00
lukaseder
182d1805e4
[ #4930 ] [ #5239 ] [ #7402 ] Regression on Oracle DATE IN OUT parameters
2018-04-10 10:03:59 +02:00
lukaseder
ac60786a9e
[ #2637 ] Add a section to the manual about the MockFileDatabase, change its experimental status
2018-04-09 11:21:33 +02:00
lukaseder
1b534e8370
[ #7380 ] Error in PLSQL procedure if CLOB OUT PARAMETER is > 32kb
2018-04-09 10:38:49 +02:00
lukaseder
b2e154892f
[ #7396 ] Optimistic locking should run deep equality checks on arrays
2018-04-09 09:39:30 +02:00
lukaseder
54592ba710
[ #7173 ] Add documentation for the new DiagnosticsListener SPI
2018-04-07 16:36:20 +02:00