Commit Graph

2841 Commits

Author SHA1 Message Date
lukaseder
40d2d16df0 [#2738] Oracle fix 2017-01-06 16:48:34 +01:00
lukaseder
ea8b845ea6 [#2738] Bad Inlining of LocalDate, LocalTime, LocalDateTime bind values 2017-01-06 15:34:12 +01:00
lukaseder
bd540e375d [#5776] DefaultBinding cannot parse +HH timezone offset 2017-01-06 14:47:55 +01:00
lukaseder
d759e2d9e2 [#5771] MockResultSet should call Converter to transform MockResult's <U> back to <T> 2017-01-05 18:00:25 +01:00
lukaseder
e176fd94b2 [#5772] Same toString() format as Converters.inverse() 2017-01-05 17:47:09 +01:00
lukaseder
4543d89156 [#5772] Implement Converter.toString() of Converter.of() and ofNullable() results 2017-01-05 17:36:31 +01:00
lukaseder
d401ab5b4f [#5770] Add Field.notContains() 2017-01-05 13:03:08 +01:00
lukaseder
f43266102e [#5171] Support SQL Server table valued parameters 2017-01-03 16:45:49 +01:00
lukaseder
00ba912146 [#5762] Add DataType.getSQLType(Configuration) 2017-01-03 15:29:41 +01:00
lukaseder
1ed96d2f18 [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00
lukaseder
b641dde50f [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:05:35 +01:00
lukaseder
fa1d95bd79 [#5755] Parser cannot parse bind variables 2017-01-02 16:12:10 +01:00
lukaseder
a1019ea7dd [#5738] Expose the new Parser API through the JDBC API 2017-01-02 15:55:11 +01:00
lukaseder
93ab556360 [#5732] Emulate ALTER .. IF EXISTS in Oracle using a PL/SQL block 2016-12-23 18:23:29 +01:00
lukaseder
d1e1f3e648 Release 3.10.0-SNAPSHOT 2016-12-23 16:36:19 +01:00
lukaseder
b431727ee1 Release 3.9.0 2016-12-23 14:18:36 +01:00
lukaseder
e0c0ed0229 Release 3.9.0 2016-12-23 11:53:13 +01:00
lukaseder
7a65b3dce7 New Support annotations 2016-12-23 11:31:53 +01:00
lukaseder
17a268def7 [#5377] Renamed ThreadLocalTransactionalXX to ContextTransactionalXX 2016-12-23 11:31:23 +01:00
lukaseder
fd0b20e4ac More HSQLDB @Support annotations 2016-12-22 15:28:21 +01:00
lukaseder
584b4f278e More HSQLDB @Support annotations 2016-12-22 15:21:25 +01:00
lukaseder
3123e10ba1 [#5084] Added HSQLDB @Support 2016-12-22 15:16:25 +01:00
lukaseder
b339ef359e [#5083] Added HSQLD @Support 2016-12-22 15:13:37 +01:00
lukaseder
3635b0923e [#5278] Added HSQLDB @Support 2016-12-22 15:10:28 +01:00
lukaseder
f771f987ee [#5085] Added HSQLDB @Support 2016-12-22 15:08:14 +01:00
lukaseder
c6c13f7849 [#5728] Emulate SELECT .. INTO .. also for HSQLDB using CREATE TABLE .. AS SELECT .. 2016-12-22 15:01:15 +01:00
lukaseder
263b571f35 [#5253] Fix regression 2016-12-22 14:51:21 +01:00
lukaseder
bcc288a44d [#5727] INSERT INTO table SELECT ... UNION ... renders bad SQL when column names are omitted and a plain SQL table is given 2016-12-22 13:52:01 +01:00
lukaseder
d04c541e7a [#4968] Fix Support annotations for MySQL 2016-12-22 12:59:57 +01:00
lukaseder
a7414508ca [#5087] Added @Support annotations 2016-12-22 12:43:02 +01:00
lukaseder
cedf0b4f53 [#5085] Added H2 annotation 2016-12-22 11:58:01 +01:00
lukaseder
8b16b8c996 [#5279] Added H2 @Support 2016-12-22 11:34:18 +01:00
lukaseder
5c7ef38264 [#5717] CREATE SEQUENCE doesn't work in Derby, SQL Server, when names aren't quoted 2016-12-20 18:02:03 +01:00
lukaseder
d4dde9bb40 [#5715] ArrayIndexOutOfBoundsException when fetching an unnamed column from SQL Server with plain SQL 2016-12-20 17:40:12 +01:00
lukaseder
6df93ecc58 [#4919] SQL Server doesn't allow full qualification of columns 2016-12-20 17:17:44 +01:00
lukaseder
57e8d25939 [#3943] Custom Bindings cannot be applied on record version or timestamp columns 2016-12-20 16:37:52 +01:00
lukaseder
a8616f9abd [#5699] Add support for PostgreSQL ON CONFLICT .. DO NOTHING 2016-12-20 12:07:56 +01:00
Lukas Eder
593944d290 Merge pull request #5702 from fleroy84/fix/5699
[#5699] Specify field for instruction "on conflict … do ignore"
2016-12-20 11:34:33 +01:00
lukaseder
f5fc9913b5 [#4919] Fix implementation, open it up for PostgreSQL, too 2016-12-20 10:54:58 +01:00
lukaseder
ce28fe258d [#2303] Fix ParserImpl for jOOQ OSS Edition 2016-12-20 10:46:12 +01:00
lukaseder
5fcad47ed2 [#5708] Function delegates window RANGE calls to ROWS 2016-12-20 10:00:58 +01:00
lukaseder
7c62d5c8d4 [#2303] Open up ParserImpl 2016-12-20 09:52:40 +01:00
lukaseder
ad90e64e90 [#5388] Added an issue reference for this TODO 2016-12-20 09:42:28 +01:00
lukaseder
7e0e27151a [#2303] Fix OSS Edition compilation error 2016-12-20 09:39:21 +01:00
lukaseder
2b384d34d5 [#2303] Open up the feature to the OSS version, too 2016-12-16 17:45:09 +01:00
lukaseder
7f5f4ddfee [#5062] Add support for IDENTITY columns in CREATE TABLE statements 2016-12-16 16:45:08 +01:00
lukaseder
78d23a3111 [#5709] IDENTITY implies NOT NULL and not defaulted 2016-12-16 16:41:10 +01:00
lukaseder
544b676e76 [#5709] Add a DataType.identity() flag to specify that a data type is meant to be used as a SERIAL / IDENTITY type 2016-12-16 15:48:53 +01:00
lukaseder
8c68d946ec [#5639] MockFileDatabase ignores erroneous rows specification 2016-12-16 15:23:13 +01:00
lukaseder
9009fc5ad6 [#5084] Add support also for Oracle 2016-12-14 13:22:33 +01:00