Commit Graph

6355 Commits

Author SHA1 Message Date
lukaseder
7233174f12 [#7370] Regression in jOOQ 3.11 when binding unknown data types 2018-04-03 11:23:17 +02:00
lukaseder
b069e26c86 [#7373] Undocument <customType/> in jOOQ 3.10+ documentation 2018-04-03 10:22:51 +02:00
lukaseder
025ecfb5ff [#6787] Hide member in Java 6 build 2018-03-29 17:51:02 +02:00
lukaseder
61d487b31d [#7324] Add type witness to help Java 6 type inference 2018-03-29 17:45:31 +02:00
lukaseder
d3ac3f6dbd Merge branch 'master' of https://github.com/jOOQ/jOOQ 2018-03-29 17:43:39 +02:00
lukaseder
37d2abf239 [#7301] Reverted changes 2018-03-29 17:43:20 +02:00
Lukas Eder
7a9dada723
Update CONTRIBUTING.md 2018-03-29 17:40:23 +02:00
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