Commit Graph

5649 Commits

Author SHA1 Message Date
ryan
638174cd6e fix some slightly out of date links 2017-07-21 19:12:51 -04: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
lukaseder
6de49a6b6c [#6426] [#6430] FOR UPDATE enhancements
[#6426] Add support for MySQL 8.0 FOR UPDATE { NOWAIT | SKIP LOCKED }
[#6430] Add support for MySQL 8.0 FOR UPDATE OF [ tables ]
2017-07-19 14:48:51 +02:00
lukaseder
902ac73822 [#6428] Add missing overload WindowPartitionByStep.partitionBy(Collection<? extends Field<?>>) 2017-07-19 13:28:44 +02:00
lukaseder
c21eebb065 [#6427] Deprecate partitionByOne() API 2017-07-19 13:25:07 +02:00
lukaseder
e622af189c [#6422] Add support for MySQL 8.0 window functions 2017-07-19 13:19:46 +02:00
lukaseder
feaddd71d4 [#5552] Add a MySQL 8 SQLDialect version 2017-07-19 12:12:06 +02:00
lukaseder
2343b19338 Release 3.8.8 2017-07-19 12:11:43 +02:00
lukaseder
d4521560b9 [#6416] Add Name.unquotedName() and Name.quotedName() 2017-07-14 16:51:47 +02:00
lukaseder
db77c8addf [#5872] <types/> cannot match user-defined types (e.g. PostGIS GEOMETRY) 2017-07-14 16:36:29 +02:00
lukaseder
fc2b863285 [#6212] Generate deprecation for all objects referencing DataType<Object> (unknown type) 2017-07-14 15:09:26 +02:00
lukaseder
11b8e295c9 [#6391] [#6413] Several fixes:
- Make this work for Routine calls and single fetches, too
- Connect individual SQLException.getNextException() in Results
2017-07-13 18:02:28 +02:00
lukaseder
d967bc7392 [#6391] [#6413] Exception propagation changes
- [#6391] Add ResultOrRows.exception() to improve support for SQL Server's RAISERROR
- [#6413] Add Setting.throwExceptions to define how SQLException should be propagated out of jOOQ
2017-07-13 14:32:07 +02:00
lukaseder
d4c391209c [#6391] Added API 2017-07-13 12:20:59 +02:00
lukaseder
97b3c857d3 [#6411] Code generator should generate VARCHAR(length) and NUMBER(precision, scale) method 2017-07-12 17:25:23 +02:00
lukaseder
ab65e8d532 [#4420] Removed class 2017-07-12 17:04:59 +02:00
lukaseder
df3c2f4f8c [#6410] Don't generate empty Keys.java or Indexes.java files 2017-07-12 17:03:48 +02:00
lukaseder
770016b3cf [#6307] Added support for generating HSQLDB indexes 2017-07-12 16:51:55 +02:00
lukaseder
59ffa9bda8 [#6064] SQL Server doesn't generate any code when top-level inputSchema is specified, but not inputCatalog 2017-07-12 15:45:00 +02:00
lukaseder
adcf724789 [#6406] Upgrade maven-plugin-plugin 2017-07-12 13:35:04 +02:00
lukaseder
2f9f6cc573 [#5720] Convert doesn't correctly convert Strings to EnumType 2017-07-12 11:41:20 +02:00
lukaseder
6a5062cfb5 [#6404] NullPointerException when fetching unnamed nested records in plain SQL with PostgreSQL 2017-07-12 10:57:48 +02:00
lukaseder
763546ae36 [#6401] Don't generate javax.validation.NotNull for identity columns 2017-07-11 11:20:54 +02:00
Lukas Eder
36080cae97 Merge pull request #6399 from rajadilipkolli/patch-1
Fix change in property key
2017-07-11 08:50:50 +02:00
Raja Kolli
1bfed04dda Update application.properties 2017-07-11 09:33:31 +05:30
Raja Kolli
7b2d3e5b17 fix property
Corrected property name as per spring boot document https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#_customizing_jooq
2017-07-11 09:31:21 +05:30
lukaseder
d7a608d81d [#6395] Definition.getQualifiedName() is wrong when <outputSchemaToDefault/> is set to true 2017-07-07 17:09:02 +02:00
lukaseder
b43cb96b5d [#6394] SQL Server Sequence.currval() regression 2017-07-07 15:24:13 +02:00
lukaseder
c3273bb2dd [#6390] SQL Server multiple errors are not propagated if an update count precedes them 2017-07-07 13:35:59 +02:00
lukaseder
a2dbec2a2f [#6388] Relax type constraints on various set(Map<Field<?>, ?>) to set(Map<?, ?>) 2017-07-06 17:32:16 +02:00
lukaseder
50db69abbd [#5764] Add support for inlining SQL Server table valued parameters in SQL 2017-07-06 15:23:35 +02:00
lukaseder
a2670855c5 [#6386] Add Scope.dsl() 2017-07-05 17:20:14 +02:00
lukaseder
7cb86e4a32 [#6386] Add Scope.dsl() 2017-07-05 17:06:14 +02:00
lukaseder
e6a8f45508 [#6386] Add Scope.dsl() 2017-07-05 16:51:34 +02:00
lukaseder
5ad3449939 [#6383] Derby requires RESTRICT on DROP SCHEMA statement 2017-07-05 14:34:19 +02:00
lukaseder
497427d29e Whitespace change 2017-07-05 13:59:00 +02:00
lukaseder
a9df9ab603 [#6381] Add Derby support for RENAME { TABLE | COLUMN | INDEX } 2017-07-05 13:57:55 +02:00
Lukas Eder
ae1af75762 Update .travis.yml 2017-07-05 10:49:52 +02:00
Lukas Eder
053d0760c7 Merge pull request #6374 from rajadilipkolli/patch-1
In jOOQ-spring-boot-example, use jooq starter instead of jdbc starter
2017-07-05 10:38:00 +02:00
lukaseder
b41406ff55 [#6377] Remove outdated jOOQ-codegen-gradle example 2017-07-04 11:27:30 +02:00
lukaseder
f5f0f58294 [#4420] Fixed VisitListener regression 2017-07-04 11:05:44 +02:00
lukaseder
d5b7f6b2c5 [#6375] INSERT .. SELECT .. ON DUPLICATE KEY emulations using MERGE don't work 2017-07-04 10:57:11 +02:00
Raja Kolli
b2047d5f9a use jooq starter instead of jdbc starter
Jooq starter includes jdbc starter as transitive dependency, so we can use this and jooq is obtained from jooq starter.
also upgrades to latest spring boot version
2017-07-03 22:18:56 +05:30