Commit Graph

5690 Commits

Author SHA1 Message Date
lukaseder
3a3cd95d47 [#5955] Supported additional quote sequences 2017-08-04 10:19:05 +02:00
lukaseder
b5f07a6d43 [#6487] Add DSL.groupId() 2017-08-04 10:05:48 +02:00
lukaseder
7dcbc9c916 Java 6 compilation errors 2017-08-03 17:07:30 +02:00
lukaseder
9632aa233a Java 6 compilation errors 2017-08-03 16:32:51 +02:00
lukaseder
7041a664c5 Java 6 compilation errors 2017-08-03 16:24:20 +02:00
lukaseder
8ce5ff524e Java 6 compilation errors 2017-08-03 16:23:46 +02:00
lukaseder
63f3278d77 Java 6 compilation errors 2017-08-03 16:11:42 +02:00
lukaseder
458b17b60c [#6472] Derby supports this syntax as well 2017-08-03 14:02:51 +02:00
lukaseder
29d4ffd3d9 [#6471] Improve manual section about LOBs 2017-08-03 11:47:52 +02:00
lukaseder
f29c950c6b [#3805] Emulation for DB2 2017-08-03 11:46:31 +02:00
lukaseder
5ec12489ec [#6472] DB2 and HSQLDB support this syntax as well 2017-08-03 11:44:05 +02:00
lukaseder
ccdca97d56 [#6478] Typo in DSLContext.fetchCount() and error in DSLContext.fetchExists() Javadoc 2017-08-01 20:46:01 +02:00
lukaseder
5251edbc95 [#6463] Throw exception when on bind variable placeholder / value mismatch 2017-07-31 21:23:30 +02:00
lukaseder
caad597b5c [#6463] Add bind variable capability to Parser API 2017-07-31 21:08:00 +02:00
lukaseder
22b466bff9 [#6471] Improve manual section about LOBs 2017-07-31 20:19:39 +02:00
lukaseder
aeddb886f7 [#6472] H2 supports this too 2017-07-31 20:10:19 +02:00
lukaseder
d83db4d52b [#6472] Add support for ALTER TABLE .. ALTER COLUMN .. { SET | DROP } NOT NULL 2017-07-31 16:02:01 +02:00
lukaseder
9b180d7b14 [#5955] Added support for parsing ALTER COLUMN 2017-07-31 15:29:22 +02:00
lukaseder
0ec191b973 [#3805] Emulation of repeatable nullability changes for Oracle 2017-07-31 15:07:15 +02:00
lukaseder
fe9cdba3d1 [#3805] ALTER TABLE .. ALTER TYPE .. NULL / NOT NULL doesn't work on some databases 2017-07-31 14:05:36 +02:00
lukaseder
3cf9dbcb40 [#6473] Add DataType.nullable(Nullability) to support a three valued nullable flag 2017-07-31 13:38:57 +02:00
lukaseder
2a2774d7d3 [#6473] Add DataType.nullable(Nullability) to support a three valued nullable flag 2017-07-31 13:29:38 +02:00
lukaseder
2ca698a3f4 [#6466] Regression after refactoring 2017-07-28 17:00:52 +02:00
lukaseder
8a082cd6dd [#6467] Manual erroneously claims that routine / udt / table / sequence generation cannot be deactivated 2017-07-28 16:17:35 +02:00
lukaseder
ffa837fbb9 Release 3.9.5 2017-07-28 14:49:21 +02:00
lukaseder
f01e1a09de [#6468] Add DSLContext.fetchSingle() to return exactly one record 2017-07-28 14:49:02 +02:00
lukaseder
00798dbfb7 [#6363] Stop using deprecated API 2017-07-28 12:20:04 +02:00
lukaseder
c0ca2539b7 [#5411] Add support for ResultQuery.fetchSingle(), which returns exactly one record 2017-07-28 12:07:19 +02:00
lukaseder
a6464beb23 [#6466] Support fetching HSQLDB arrays from plain SQL results 2017-07-28 11:06:53 +02:00
lukaseder
f11efe02b4 [#6465] Add no-args constructor to some exceptions 2017-07-27 11:06:03 +02:00
lukaseder
19b9c082ce [#6453] Code generation regression for <dateAsTimestamp> 2017-07-26 11:24:53 +02:00
Lukas Eder
410e905b8c Merge pull request #6444 from rmcloughlin/master
Fix some slightly out of date links in README.md
2017-07-25 13:10:31 +02:00
lukaseder
4fcc64e531 [#6451] Add a JdbcTemplate example to the manual 2017-07-25 10:43:55 +02:00
lukaseder
339fa0db3e [#6441] Improve TableLike.field(Field) Javadoc 2017-07-24 14:58:24 +02:00
lukaseder
36eba8110e [#6447] Fix compilation error 2017-07-24 14:49:57 +02:00
lukaseder
338a308bdb [#6445] Allow for overriding timestamps used for optimistic locking 2017-07-24 14:40:55 +02:00
lukaseder
9817372127 [#6447] Fix compilation error 2017-07-24 14:36:20 +02:00
lukaseder
9f5965feb7 [#6447] Add Clock Configuration.clock() 2017-07-24 14:27:22 +02:00
ryan
638174cd6e fix some slightly out of date links 2017-07-21 19:12:51 -04:00
lukaseder
4b8723fd5e [#6443] Explain in TooManyRowsException Javadoc that the exception has no impact on the statement causing it 2017-07-21 15:37:35 +02:00
lukaseder
8359b52556 [#6440] Throw TooManyRowsException in { Insert | Update | Delete }ResultStep.fetchOne() and fetchOptional() 2017-07-21 15:27:59 +02:00
lukaseder
247c3bc771 [#3704] Emit warning on conflict between <customType/> and type rewriting when <forcedType/> name is Boolean 2017-07-21 12:58:23 +02:00
lukaseder
d78bb37e26 [#6423] Regenerated code 2017-07-20 14:17:06 +02:00
lukaseder
0b34513301 [#5649] [#6423] Compilation error in generated code when both SchemaVersionProvider and CatalogVersionProvider are applied 2017-07-20 14:16:50 +02:00
lukaseder
eaed27501e Regenerated exmaple code 2017-07-20 13:04:29 +02:00
lukaseder
9d0a604d19 [#6434] Enhance "Forcing type" INFO message with the full <forcedType/> specification 2017-07-20 13:04:12 +02:00
lukaseder
486d768272 [#5885] Document the fact that only the first matching <forcedType/> is a applied to a data type definition 2017-07-20 12:12:24 +02:00
lukaseder
ba11d37021 [#6418] Also applies to standard VALUES() constructor 2017-07-20 12:00:21 +02:00
lukaseder
319a872e24 [#6418] Change SQLite's INSERT .. VALUES implementation to support standard multi-row VALUES() clause 2017-07-20 11:55:08 +02:00
lukaseder
e087711cbf [#5551] Add support for MySQL 8.0 CTE 2017-07-19 15:23:31 +02:00