lukaseder
|
98880773d3
|
[#7494] Regression on DB2's INSERT .. RETURNING emulation
|
2018-05-16 14:53:05 +02:00 |
|
lukaseder
|
b8d633bceb
|
[#7493] Emulate { OUTER | CROSS } APPLY on DB2
|
2018-05-16 12:40:12 +02:00 |
|
lukaseder
|
4caa9fd891
|
[#7171] Support parsing INSERT table (without INTO)
|
2018-05-16 12:15:10 +02:00 |
|
lukaseder
|
166e2f1027
|
[#7171] Fixed WHERE and CONNECT BY ordering
|
2018-05-16 11:53:02 +02:00 |
|
lukaseder
|
bd26ea245a
|
[#7171] Support parsing the ENABLE keyword on constraints
|
2018-05-16 11:28:08 +02:00 |
|
lukaseder
|
f9b63e14c3
|
[#7171] Support parsing MySQL's FIELD() function
|
2018-05-16 11:05:24 +02:00 |
|
lukaseder
|
af1e22b651
|
[#7171] Parse MySQL cast types { SIGNED | UNSIGNED } [ INTEGER ]
|
2018-05-16 10:32:35 +02:00 |
|
lukaseder
|
eaaf99fb65
|
[#3686] Added runtime support for defaulted parameters
|
2018-05-15 17:54:11 +02:00 |
|
lukaseder
|
74d8bb278a
|
[#3686] Add support for default parameter values in SQL Server
|
2018-05-15 16:53:29 +02:00 |
|
lukaseder
|
07602b1a9b
|
[#7353] Fixed Serializable regression
|
2018-05-15 14:55:02 +02:00 |
|
lukaseder
|
c0e84fa670
|
[#7171] Support parsing MERGE .. WHERE
|
2018-05-15 14:09:32 +02:00 |
|
lukaseder
|
701ab65dfc
|
[#7491] Emulate ON CONFLICT .. DO UPDATE .. WHERE <p> on SQL Server using WHEN MATCHED AND <p>
|
2018-05-15 13:25:16 +02:00 |
|
lukaseder
|
60adfc6674
|
[#7488] Wrong SQL generated in SQL Server when adding nanoseconds to a Timestamp
|
2018-05-15 10:46:09 +02:00 |
|
lukaseder
|
213ba8d311
|
[#7484] Add DSLContext.selectFrom(Name) and selectFrom(String) overloads
|
2018-05-14 09:40:31 +02:00 |
|
lukaseder
|
65c6222253
|
[#7483] Deprecate DSL.getDataType()
|
2018-05-14 09:23:00 +02:00 |
|
lukaseder
|
5a74d813c4
|
[#7478] Add Javadoc to XYZ..Step API to hint at users they should never need to reference it
|
2018-05-11 18:07:52 +02:00 |
|
lukaseder
|
3492fb8e72
|
[#7477] Add Field.concat(char...)
|
2018-05-11 17:29:13 +02:00 |
|
lukaseder
|
17f52d5150
|
[#7480] Things work better with an actual implementation...
|
2018-05-11 17:23:47 +02:00 |
|
lukaseder
|
12ca10cd0a
|
[#7479] Log warning when { Insert | Update | Delete }ReturningStep.returning() is used with arbitrary column expressions
|
2018-05-11 17:23:33 +02:00 |
|
lukaseder
|
2549c14e6e
|
[#7475] Add { Insert | Update | Delete }ReturningStep.returningResult(...) methods
|
2018-05-11 16:59:08 +02:00 |
|
lukaseder
|
eb377fa565
|
[#7469] Add { ResultQuery | Cursor }.collect(Collector<? super T, A, R>)
|
2018-05-07 10:22:54 +02:00 |
|
lukaseder
|
3df716a9e7
|
[#7467] Wrong SQL generated in SQL Server when using UNION .. LIMIT without OFFSET
|
2018-05-04 17:04:15 +02:00 |
|
lukaseder
|
fddaa40744
|
[#7461] Deprecate SEEK BEFORE
|
2018-05-03 16:38:14 +02:00 |
|
lukaseder
|
91d9331778
|
[#7459] SEEK with UNION doesn't work correctly
|
2018-05-03 14:02:53 +02:00 |
|
lukaseder
|
b75e9e9384
|
[#6380] Revert this change for the moment
|
2018-05-03 12:39:23 +02:00 |
|
lukaseder
|
89adb163a6
|
[#7460] SEEK without WHERE produces excess 1 = 1 predicate
|
2018-05-03 12:33:32 +02:00 |
|
Mark Chesney
|
39821cb40a
|
[#7455] Create spliterator correctly
|
2018-05-02 10:04:45 -07:00 |
|
lukaseder
|
85581e60c0
|
[#7171] Don't show INS, UPD, DEL, SEL in error messages
|
2018-05-02 18:23:37 +02:00 |
|
lukaseder
|
883029a39d
|
[#7171] DATE, TIME, TIMESTAMP, INTERVAL column references (not literals)
|
2018-05-02 17:54:32 +02:00 |
|
lukaseder
|
b7f64c326c
|
[#7454] Add SQLDialect.DB2_11
|
2018-05-02 17:31:07 +02:00 |
|
lukaseder
|
eb5f95f307
|
[#5196] Fixed Support annotations
|
2018-05-02 16:31:32 +02:00 |
|
lukaseder
|
1e42951fbf
|
[#5863] [#7452] Fixed OSS build
|
2018-05-02 14:43:38 +02:00 |
|
lukaseder
|
3008af3d79
|
[#5863] [#7452] Support multi-row INSERT .. RETURNING for Oracle using PL/SQL FORALL .. INSERT .. RETURNING .. BULK COLLECT INTO
|
2018-05-02 14:30:37 +02:00 |
|
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
|
961ff4feb1
|
[#7440] Add support for the NTH_VALUE(..) [ FROM { FIRST | LAST } ] clause
|
2018-04-26 15:46:28 +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 |
|