Commit Graph

5789 Commits

Author SHA1 Message Date
lukaseder
eb0a862328 [#6707] Parser.parse() fails on trailing whitespace 2017-10-17 12:32:40 +02:00
lukaseder
a4407cbfcd [#6699] DSL.trueCondition() and DSL.falseCondition() should return constants 2017-10-12 18:06:19 +02:00
lukaseder
b952cb5c2f [#6696] Lazy allocate DefaultExecuteContext.batchXYZ arrays if not batching 2017-10-12 17:53:57 +02:00
lukaseder
1f22474162 [#5127] Remove the DATA_LOCALLY_SCOPED_DATA_MAP in SelectQueryImpl 2017-10-12 17:33:48 +02:00
lukaseder
e85a1e074d [#6694] Overload SelectWhereStep.where(Condition...) and similar methods to avoid Condition[] allocation 2017-10-12 15:36:44 +02:00
lukaseder
d8275b86c7 Reorganised parent pom.xml 2017-10-12 12:18:11 +02:00
lukaseder
71f72099e9 [#6691] Prevent calling DSL.name() with empty arguments 2017-10-12 12:17:54 +02:00
lukaseder
ef9881cfe3 Release 3.10.1 2017-10-12 12:17:37 +02:00
lukaseder
d2f1801271 [#6684] Avoid allocation of CursorImpl.intern array 2017-10-11 16:24:53 +02:00
lukaseder
5731e236fd [#6638] Avoid creating a new DefaultConfiguration in DSLContext.select() and similar methods 2017-10-11 16:04:13 +02:00
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