Commit Graph

6348 Commits

Author SHA1 Message Date
Lukas Eder
9f9d4f5bce
Merge pull request #7346 from Diagoras/7301
#7301: Allow customization of LoggerListener
2018-03-29 16:30:24 +02:00
lukaseder
d6740ee153 [#7356] Emulate MySQL's CREATE TABLE (... INDEX) clause using anonymous blocks 2018-03-29 15:33:04 +02:00
lukaseder
e6018573c2 [#7171] Updated grammar with CREATE TABLE (.. INDEX) syntax 2018-03-29 15:07:06 +02:00
lukaseder
6db5349e8c [#7357] Overload CreateIndexStep.on() clauses with Collection accepting version 2018-03-29 15:01:38 +02:00
lukaseder
a7e429de44 [#7171] [#7347] Support parsing KEY/INDEX specifications in MySQL CREATE TABLE statements 2018-03-29 14:46:47 +02:00
lukaseder
51a146375c [#7348] Add possibility of adding an INDEX (or KEY) as a constraint to DDL statements 2018-03-29 14:18:43 +02:00
lukaseder
ea2da23dac [#7353] Let Cursor extend Formattable 2018-03-29 12:52:23 +02:00
lukaseder
e71bdc5290 [#7355] Add org.jooq.Formattable 2018-03-29 11:17:06 +02:00
lukaseder
b96cb972c9 [#7351] Cast UUID data type bind values in PostgreSQL 2018-03-29 11:04:57 +02:00
lukaseder
c61a5fd970 [#2508] Support ON DUPLICATE KEY UPDATE in H2 2018-03-28 10:47:00 +02:00
lukaseder
4f4f0600a6 [#7351] Error when binding null values to UUID types in PostgreSQL 2018-03-28 10:07:05 +02:00
Grenville Wilson
921d43f1b6
#7301: BufferedLog needs to implement new methods. 2018-03-25 20:16:27 -04:00
Grenville Wilson
6015f47e2a
#7301: Allow customization of LoggerListener 2018-03-25 19:54:05 -04:00
lukaseder
86007b3540 [#7229] Add <forceIntegerTypesOnZeroScaleDecimals/> configuration to allow for treating DECIMAL types as BigDecimal 2018-03-23 15:25:08 +01:00
lukaseder
2514d4e691 [#7345] Added a link 2018-03-23 14:14:41 +01:00
lukaseder
5d0c4929bc [#7345] Fixed XML error 2018-03-23 14:13:30 +01:00
lukaseder
58fa5fd842 [#7345] Add section to the manual explaining annotation generation flags 2018-03-23 13:11:20 +01:00
lukaseder
8f052c83c4 [#6963] Add section to the manual about the <globalXYZReferences/> code generation flags 2018-03-23 12:44:27 +01:00
lukaseder
ea89cfa4ad [#1053] Redirect from "reference-bnf-notation" section to "sql-parser-grammar", if available 2018-03-23 12:14:41 +01:00
lukaseder
06cc7a7219 [#7310] Document <javaTimeTypes> in the manual 2018-03-23 11:58:53 +01:00
lukaseder
b3ccb1dcd5 [#7171] Support parsing WITH with parenthesised set operations 2018-03-23 10:46:32 +01:00
lukaseder
cf0e018f13 [#5874] Add support for H2's new enum types 2018-03-23 10:25:39 +01:00
lukaseder
7054a608b8 [#7344] Add Settings.parseUnknownFunctions to turn off failing on unknown functions 2018-03-22 17:13:08 +01:00
lukaseder
a840f75ce6 [#7340] <validationAnnotations/> should generate Size annotations also for (VAR)BINARY types 2018-03-22 16:47:54 +01:00
lukaseder
0f98ba3e2e [#7343] Add <includePackageConstants>, <includePackageRoutines>, <includePackageUDTs> code generation configuration flags 2018-03-22 16:35:42 +01:00
lukaseder
930cdb0684 [#4277] INSERT .. RETURNING acquires two different Connections for MySQL 2018-03-22 15:47:53 +01:00
lukaseder
39bf64fef7 [#7167] Errors should also roll back a transaction 2018-03-22 11:18:08 +01:00
lukaseder
c662ea329e [#7324] [#7329] Support Kotlin metadata in DefaultRecordMapper 2018-03-22 11:10:46 +01:00
lukaseder
3f350c6f61 Release 3.10.6 2018-03-22 11:09:16 +01:00
lukaseder
cb618620e0 [#7324] [#7329] Support Kotlin metadata in DefaultRecordMapper 2018-03-22 11:07:43 +01:00
Lukas Eder
e34af25a83
Merge pull request #7329 from vojtapol/master
[#7324] Support Kotlin data classes in DefaultRecordMapper
2018-03-22 09:53:55 +01:00
Vojtech Polivka
46fb601a43 [#7324] Add contributor 2018-03-20 13:18:30 -04:00
Vojtech Polivka
9ef11f1791 [#7324] Use meta-reflection to get rid of dependencies. Reuse ImmutablePOJOMapperWithParameterNames. 2018-03-20 13:15:44 -04:00
Vojtech Polivka
0b6559e258 Revert "[#7324] Support Kotlin data classes in DefaultRecordMapper" 2018-03-20 11:15:54 -04:00
lukaseder
ef931d14b4 [#7171] [#7335] Fix regression 2018-03-20 15:47:55 +01:00
lukaseder
923411e520 [#7171] [#7335] Optimise SelectLimitStep.limit(Param) for inline parameters 2018-03-20 15:31:26 +01:00
lukaseder
26e72ee9c5 [#3045] Correct implementation for Oracle 2018-03-20 13:11:43 +01:00
lukaseder
432830d630 [#3045] Fixed regression for SQLite 2018-03-20 12:59:47 +01:00
lukaseder
144493df27 [#7139] SQLite doesn't support the WITH [ NO ] DATA clause 2018-03-20 12:49:24 +01:00
lukaseder
a496614bb9 [#3579] [#6431] [#7222] Fix nested set operations for SQLite 2018-03-20 12:41:54 +01:00
lukaseder
26054fd8c6 [#7217] Added configurable sort order 2018-03-20 11:56:13 +01:00
lukaseder
42d137a56a [#7330] Workaround for regression in H2 generator where primary keys are no longer found 2018-03-20 10:32:10 +01:00
Vojtech Polivka
b807eb3b46 [#7324] Support Kotlin data classes in DefaultRecordMapper 2018-03-19 13:51:57 -04:00
lukaseder
454d9e91ba [#5873] [#7314] Reverted change 2018-03-19 12:56:53 +01:00
lukaseder
f5776b2e41 [#5873] [#7314] Regenerated derived sources using XJC 2018-03-19 12:25:54 +01:00
lukaseder
0c77b184ae [#7320] Support parsing Oracle TO_DATE() and TO_TIMESTAMP() functions 2018-03-19 12:21:58 +01:00
Lukas Eder
c4c0cc18cb
Merge pull request #7314 from zhurs/quote_escaping
[#5873] Add Setting.quoteEscaping to allow for alternative escaping of single quote
2018-03-19 12:11:23 +01:00
lukaseder
f8314b6b7b [#7320] Support parsing Oracle TO_DATE() and TO_TIMESTAMP() functions 2018-03-19 12:07:13 +01:00
lukaseder
cc6ed7f861 [#7325] Error when fetching SQLite timestamps in ISO format (including the letter T) 2018-03-19 11:19:33 +01:00
Lukas Eder
f22d93f52b
Merge pull request #7321 from xaibeha/xaibeha-patch-1
Make visiting a window actually conditional on its nullity.
2018-03-16 21:45:05 +01:00