Commit Graph

7429 Commits

Author SHA1 Message Date
lukaseder
c29bfd79d6 [#6680] Typo in ResultQuery Javadoc: thorws should be throws 2017-10-11 15:34:28 +02:00
lukaseder
278e3e7586 Release 3.10.1 2017-10-11 15:34:20 +02:00
lukaseder
0135003808 Fix warning 2017-10-11 15:11:54 +02:00
lukaseder
f43e60b6de [#4930] [#6631] Fix regression for PostgreSQL 2017-10-11 10:29:07 +02:00
lukaseder
682d4a03cf [#6676] Add markdown to error message about slow SQL 2017-10-11 10:05:56 +02:00
lukaseder
f7c79307bc [#6672] DefaultBinding.escape() uses String.replace() rather than StringUtils.replace() 2017-10-10 13:24:30 +02:00
lukaseder
0eea782936 [#6669] Lazy initialise thread local ArrayLists in DefaultExecuteContext 2017-10-10 12:52:09 +02:00
lukaseder
82c2cc04db [#6666] Costly null check in CombinedCondition constructor 2017-10-10 12:36:01 +02:00
lukaseder
e838574946 [#5925] Replace asList(SQLDialect ...).contains() by EnumSet.of(SQLDialect ...).contains() in internals 2017-10-10 12:16:39 +02:00
lukaseder
653f8141b1 [#717] Add support for SQLite unique columns 2017-10-09 16:51:48 +02:00
lukaseder
d26730f3f6 [#6663] Support new <catalogs/> element in DSLContext.informationSchema() 2017-10-09 16:20:46 +02:00
lukaseder
f12a625dc3 [#6662] Support new <catalogs/> element in DSLContext.meta() 2017-10-09 15:47:50 +02:00
lukaseder
d488114b7e [#6661] Add support for catalogs in the XMLGenerator 2017-10-09 15:23:34 +02:00
lukaseder
8b74c087c4 [#6660] Add <catalogs/> to <information_schema> 2017-10-09 15:09:54 +02:00
lukaseder
c6a4de770c [#6657] Error in maven-install.bat and .sh scripts when installing cross released Scala deliverables 2017-10-09 13:12:16 +02:00
lukaseder
f59402cf1f [#6654] Improve code generator's INFO message when objects have no name 2017-10-09 12:19:20 +02:00
lukaseder
45320b2623 [#6644] Improve "no catalogs were loaded" error message 2017-10-09 11:43:03 +02:00
lukaseder
5b32938b61 [#6642] DefaultBinding should check Settings.executeLogging to decide whether to log 2017-10-05 18:12:30 +02:00
lukaseder
7c0f48756f [#6640] QualifiedName.nonEmpty() shouldn't clone argument 2017-10-05 17:51:09 +02:00
lukaseder
942048f59a [#6635] Limit.numberOfRowsOrMax should be initalised from static value 2017-10-05 16:33:40 +02:00
lukaseder
f4b16b502e [#4930] Fixed [pro] markers 2017-10-05 15:35:13 +02:00
lukaseder
cdec924d1e [#4930] [#6631] DefaultBinding refactoring
- [#4930] Create one DefaultXYZBinding type per DataType, internally
- [#6631] Deprecate public DefaultBinding constructor
2017-10-05 15:09:34 +02:00
lukaseder
5bde2a047d Updated issue template 2017-10-05 15:09:25 +02:00
lukaseder
db18a4655b [#6627] Add DateToLocalDateConverter, TimeToLocalTimeConverter, TimestampToLocalDateTimeConverter 2017-10-03 12:46:14 +02:00
lukaseder
07d98fc929 [#6626] Duplicate ABOUT.txt file to manual 2017-10-02 16:59:05 +02:00
lukaseder
1598842008 [#6625] Copyright statement in PDF manual is outdated 2017-10-02 16:58:38 +02:00
lukaseder
b2b55d81d6 Release 3.11.0-SNAPSHOT 2017-10-02 16:35:27 +02:00
lukaseder
b1e2f4de44 [#6626] Manual does not list all contributors from ABOUT.txt 2017-10-02 16:35:11 +02:00
lukaseder
9509e3412f [#6626] Manual does not list all contributors from ABOUT.txt 2017-10-02 10:48:54 +02:00
lukaseder
885a6dc966 [#6620] NPE "Error while fetching indexes" while generating code for function based indexes 2017-09-29 16:38:36 +02:00
lukaseder
a0cb20f41b Regenerate examples 2017-09-29 16:37:59 +02:00
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