Commit Graph

5159 Commits

Author SHA1 Message Date
lukaseder
ff07baf84c [#5637] Add support for PostgreSQL ON CONFLICT DO UPDATE WHERE 2017-01-31 17:28:25 +01:00
lukaseder
6d87288883 [#5820] Missing @Support annotations for PostgreSQL on InsertOnDuplicateSetStep.set() 2017-01-31 16:30:35 +01:00
lukaseder
c95a6617cd [#5804] Javadoc warning fixes 2017-01-31 14:35:47 +01:00
lukaseder
e6d889105f Release 3.9.1 2017-01-31 14:35:08 +01:00
lukaseder
325c58306a [#5818] Plain SQL fetch() methods should return update count in Result 2017-01-31 14:33:53 +01:00
lukaseder
81085f7cb3 [#5812] InformationSchema export contains wrong column name 2017-01-29 19:15:21 +01:00
lukaseder
01bca0df15 [#5451] Oracle 12c support for OFFSET .. FETCH causes ORA-00918 regression on queries with ambiguous column names 2017-01-20 10:57:23 +01:00
lukaseder
aff8c42bbe [#2536] [#3327] Cannot batch INSERT/UPDATE/DELETE RETURNING yet 2017-01-17 22:25:31 +01:00
lukaseder
e1f4a7677d [#2536] DAO should copy the inserted identity value back to the POJO on DAO.insert(P) 2017-01-17 22:13:42 +01:00
lukaseder
2b59a70cf6 [#5791] Implement DefaultRecordContext.toString() 2017-01-17 22:02:02 +01:00
lukaseder
91fcf29d1e [#5790] Add Setting.returnRecordToPojo to disable copying record values back into inserted / updated POJOs 2017-01-17 21:54:55 +01:00
lukaseder
5e4565f001 [#5783] KeepNamesGeneratorStrategy generates wrong Keys.java 2017-01-16 17:14:02 +01:00
lukaseder
388410f3a3 [#2738] Bad inlining, setting, and registering of LocalDate, LocalTime, LocalDateTime, OffsetTime, OffsetDateTime bind values 2017-01-16 16:32:12 +01:00
lukaseder
b911bb1123 [#5734] Bad type mapping for PostgreSQL TIME[STAMP] WITH TIME ZONE and SQL Server DATETIMEOFFSET types 2017-01-16 16:31:37 +01:00
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
da8327d140 Manual syntax fix 2017-01-05 16:29:14 +01:00
lukaseder
5f9594cafd WITH clause was added in 3.4 only 2017-01-05 14:26:13 +01:00
lukaseder
d401ab5b4f [#5770] Add Field.notContains() 2017-01-05 13:03:08 +01:00
lukaseder
45e2bbe899 [#5767] Add a comment to the manual's section about MatcherRules regarding unqualified / qualified identifier matching 2017-01-05 11:56:53 +01:00
lukaseder
db502db165 [#5765] Compilation error in generated schema when table-valued function literal clashes with class name 2017-01-03 17:14:21 +01:00
lukaseder
67a02197e2 [#5763] Generated TableValuedFunction.call() methods should wrap arguments with DSL.val(T, DataType) 2017-01-03 16:57:23 +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
399aa3329e [#3930] Improve code generation manual sections explaining each flag individually with XML / programmatic examples 2017-01-02 15:58:47 +01:00
lukaseder
a1019ea7dd [#5738] Expose the new Parser API through the JDBC API 2017-01-02 15:55:11 +01:00
lukaseder
fb749f5ff6 [#5747] Mention JPADatabase in jooq-codegen.xsd 2016-12-30 22:03:07 +01:00
lukaseder
278c195e4f [#5745] Make JDBC driver configuration optional in code generator configuration 2016-12-30 21:30:27 +01:00
lukaseder
d0f24ada15 [#5744] Log WARN if users combine nested catalog configurations with top-level inputSchema configuration 2016-12-30 11:41:59 +01:00
lukaseder
9d63c463da [#5750] Deprecate and undocument the <customTypes/> element 2016-12-30 11:17:16 +01:00
lukaseder
e42fd94c09 Reorganising elements in XSD 2016-12-30 09:18:40 +01:00
lukaseder
e16c290532 Maven repository caching for Travis 2016-12-30 08:50:16 +01:00
lukaseder
994ee1115f [#5746] The <database/> element in the code generator configuration should be optional 2016-12-28 17:04:11 +01:00
lukaseder
41f0953587 [#5742] Stop distributing third party dependencies through zip distribution 2016-12-28 17:02:43 +01:00
lukaseder
432a5648e5 [#5735] jOOQ-checker is not deployed to Maven Central 2016-12-28 15:03:30 +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
d2cd108f63 Release 3.9.0 2016-12-23 16:36:09 +01:00
lukaseder
7d420d8152 Release 3.9.0 2016-12-23 16:35:42 +01:00
lukaseder
3b6aa74c30 Release 3.9.0 2016-12-23 15:01:18 +01:00
lukaseder
c3503e09e4 Fix manual 2016-12-23 14:41:31 +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