Commit Graph

5748 Commits

Author SHA1 Message Date
lukaseder
059efb93e4 Release 3.11.0-SNAPSHOT 2017-09-29 15:49:30 +02:00
lukaseder
c3fdb76403 Release 3.10.0 2017-09-29 14:44:26 +02:00
lukaseder
c131f6346a [#3805] Fix regression for Oracle 2017-09-29 10:53:45 +02:00
lukaseder
e14839a6ef [#6611] [#6617] Automatic-Module-Name
- [#6611] Add Automatic-Module-Name to MANIFEST.MF
- [#6617] Specify <pluginManagement> in parent pom.xml
2017-09-28 18:11:23 +02:00
lukaseder
49b814670a [#6614] Typo in manual section about dynamic SQL 2017-09-28 15:46:01 +02:00
lukaseder
da0e9e76b9 [#6615] [#6608] Throwable for transaction rollbacks
- [#6615] Allow for TransactionRunnable and TransactionCallable to throw Throwable
- [#6608] Transaction API does not roll back on Throwable, but Exception only
2017-09-28 15:41:43 +02:00
lukaseder
1ab4374aa1 Release 3.9.6 2017-09-28 15:41:34 +02:00
lukaseder
bf6382edb5 [#6613] Add TransactionContext.causeThrowable() to allow for Throwable causes for transaction rollbacks 2017-09-28 14:21:08 +02:00
lukaseder
2470d00b29 [#6611] Updated Maven dependencies 2017-09-27 13:26:11 +02:00
lukaseder
ff3d9d1144 [#6609] Manual section about ForcedTypes uses <converter> instead of <binding> 2017-09-27 10:59:14 +02:00
lukaseder
9d0d3a3327 [#4111] Cross-release several jooq-scala deliverables 2017-09-26 11:41:01 +02:00
lukaseder
792a27f0de [#4111] Cross-release several jooq-scala deliverables 2017-09-26 11:33:04 +02:00
lukaseder
49b69b2eab [#5877] XSD was invalid 2017-09-22 15:15:25 +02:00
lukaseder
30110c60f9 [#6517] Avoid the use of lambdas for Java 6 support 2017-09-22 13:37:50 +02:00
lukaseder
dac3a6030f [#6602] Code generation for routines fails on MySQL 8 2017-09-20 13:40:17 +02:00
lukaseder
626bf74e70 [#6197] Support WITH TIES emulation also for MySQL 8.0 2017-09-20 12:23:59 +02:00
lukaseder
0736ed2193 [#5807] Exception thrown when creating table with SQLDataType.UUID in MySQL 2017-09-20 10:35:49 +02:00
lukaseder
493679b7d0 [#6599] In manual ExecuteListeners example, use ConcurrentHashMap.computeIfAbsent 2017-09-20 10:15:10 +02:00
lukaseder
0508a835fe [#6575] Enhance plain SQL templating language documentation with parsing rules 2017-09-19 14:01:46 +02:00
lukaseder
9f1cb28437 [#6593] Incorrect handling of Oracle quoted string literals in plain SQL 2017-09-19 12:50:59 +02:00
lukaseder
aab5d07ca1 [#6575] Enhance plain SQL templating language documentation with parsing rules 2017-09-19 12:42:03 +02:00
lukaseder
c171288cb0 [#6584] Improve DSLContext.batchStore() Javadoc, indicating that it does not execute MERGE / UPSERT semantics 2017-09-19 11:22:10 +02:00
lukaseder
80f59e17ad [#6072] Add code generation flag to configure whether generated Records should implement Record[N] 2017-09-08 17:10:19 +02:00
lukaseder
28c179b45f [#6574] "A constant expression was encountered in the ORDER BY list" when calling Field.sortAsc() with empty parameter list on SQL Server 2017-09-08 15:07:40 +02:00
lukaseder
21a44662aa [#6571] Trigger generated errors are not fetched through jOOQ's plain SQL API 2017-09-08 14:03:54 +02:00
lukaseder
c4c5a1581d [#6567] Support using org.jooq.impl.EnumConverter as a <converter> configuration 2017-09-07 18:59:23 +02:00
lukaseder
8b1008130f [#6563] Result.formatJSON() does not correctly format array types 2017-09-06 21:38:18 +02:00
lukaseder
c371d81eec [#6561] Manual section about optimistic locking has invalid code 2017-09-05 18:10:21 +02:00
lukaseder
d1d6e280a9 [#6557] Error in Record.compareTo(...) Javadoc 2017-09-05 09:11:19 +02:00
lukaseder
7caedb1652 [#6536] Generated deprecation doesn't work on function / procedure convenience methods 2017-08-31 23:27:48 +02:00
lukaseder
6321f8060f [#6545] Support formatting of multi dimensional arrays in Result.format() 2017-08-31 11:35:30 +02:00
lukaseder
b7357ee60a [#6543] Improved example entitie 2017-08-31 10:38:42 +02:00
lukaseder
7b77a24331 [#6537] NullPointerException in AbstractRecord.intern0() 2017-08-29 10:39:20 +02:00
lukaseder
181c5aa0d7 [#6007] Bad formatting of CASE WHEN EXISTS expressions 2017-08-28 18:16:37 +02:00
lukaseder
5af63ad3c4 [#6533] Add support for PL/SQL BOOLEAN types inside of PL/SQL RECORD types 2017-08-28 17:44:28 +02:00
lukaseder
ac99f8112b [#6534] Add Name.append(String) and append(Name) 2017-08-28 17:23:42 +02:00
lukaseder
d2f72e98e6 [#6525] Fixed NPE 2017-08-28 16:24:24 +02:00
lukaseder
b2e81d227a [#6525] Add Setting for formatting options 2017-08-28 14:50:36 +02:00
lukaseder
a02484603c [#6527] Support START WITH .. CONNECT BY (reverse syntax order) 2017-08-28 13:37:38 +02:00
lukaseder
5067559c4a [#6530] Add runtime support for procedure calls with top-level %ROWTYPE parameter types in Oracle 2017-08-28 12:52:25 +02:00
lukaseder
2abecfc90d [#6532] Add UDT.isSynthetic() and UDTDefinition.isSynthetic() 2017-08-28 11:39:09 +02:00
lukaseder
eff0fe8c47 [#6531] Add support for Oracle OBJECT types nested in PL/SQL RECORD types 2017-08-28 11:29:14 +02:00
lukaseder
6a7322cfbc [#6529] Move generated PL/SQL RECORD types in a udt subpackage 2017-08-28 10:29:40 +02:00
lukaseder
492da2fb34 [#5996] Introduce new CustomTable constructors accepting Name 2017-08-25 11:41:10 +02:00
lukaseder
dd201f86a7 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:37:36 +02:00
lukaseder
634d106196 [#6523] JPADatabase and H2Database should not generate any system sequences 2017-08-24 12:37:11 +02:00
lukaseder
b1a49eff15 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:28:02 +02:00
lukaseder
563e7c7938 [#6522] Add JPAConverter to bridge between Converter and JPA's AttributeConverter 2017-08-24 12:15:12 +02:00
lukaseder
d9fd8aa172 [#6521] Upgrade the optional/provided JPA API dependency to 2.2 2017-08-24 11:56:34 +02:00
lukaseder
98a157219c [#6519] Improve JPA example by reusing a JPA AttributeConverter in jOOQ 2017-08-23 17:24:46 +02:00