Prasanth Jayachandran
|
78b2bbf556
|
staff.picture column data is too long for mysql
|
2017-10-31 01:19:30 -07:00 |
|
lukaseder
|
26f4f8814a
|
[#6758] Avoid allocation of AbstractContext.visitListeners if unneeded
|
2017-10-30 17:14:53 +01:00 |
|
lukaseder
|
e8a1584d23
|
[#6679] Reduce GC pressure through lazy QueryPartList initialisation in SelectQueryImpl
|
2017-10-30 16:50:20 +01:00 |
|
lukaseder
|
9df6627b0f
|
[#6755] Avoid unnecessary UnqualifiedName[] allocations in QualifiedField etc.
|
2017-10-30 16:11:01 +01:00 |
|
lukaseder
|
5bef562ef4
|
[#6752] Avoid various array allocations due to unnecessary varargs
|
2017-10-30 15:33:23 +01:00 |
|
lukaseder
|
b3f315ec04
|
[#6747] Avoid adding the LoggerListener if the log level is more than DEBUG
|
2017-10-30 14:43:36 +01:00 |
|
lukaseder
|
646697c7b2
|
[#6746] Avoid allocating a fresh "ExecuteListeners" instance in the absence of actual ExecuteListeners
|
2017-10-30 14:37:36 +01:00 |
|
lukaseder
|
2d3bbc1b44
|
Removed JDK 9 from Travis again (temporarily)
|
2017-10-30 14:37:17 +01:00 |
|
lukaseder
|
89ded41c13
|
[#6660] Updated Constants.XSD_META reference
|
2017-10-25 14:07:08 +02:00 |
|
lukaseder
|
569fab2d18
|
[#6727] XMLDatabase should be lenient about XML namespace
|
2017-10-25 13:45:02 +02:00 |
|
lukaseder
|
8807b7d677
|
Whitespace change
|
2017-10-25 13:44:42 +02:00 |
|
Lukas Eder
|
8f23ed0c88
|
Build jOOQ also with JDK 9
|
2017-10-20 11:27:48 +02:00 |
|
lukaseder
|
02700093d0
|
[#6730] Typo in Cursor.fetchOne() Javadoc's deprecation hint
|
2017-10-20 09:35:12 +02:00 |
|
lukaseder
|
4177e25c78
|
[#6485] [#6708] Support MySQL-specific storage clauses
- [#6485] MySQL-specific storage clauses
- [#6708] DDLDatabase fails when engine=InnoDB is specified
|
2017-10-19 14:48:01 +02:00 |
|
lukaseder
|
2f517565b4
|
[#6131] Add plain SQL storage() clause to CREATE TABLE statements
|
2017-10-19 13:33:33 +02:00 |
|
lukaseder
|
d280225df0
|
Updated junit dependency
|
2017-10-19 12:05:44 +02:00 |
|
lukaseder
|
5730c6e67f
|
[#6720] Refactor some internals to use Scope.dsl() or Configuration.dsl()
|
2017-10-19 11:31:55 +02:00 |
|
lukaseder
|
89cc320382
|
[#6722] Deprecate AbstractQueryPart.create() methods
|
2017-10-19 10:58:59 +02:00 |
|
lukaseder
|
4b46260eb2
|
[#6721] Deprecate AbstractStore.create()
|
2017-10-19 10:34:09 +02:00 |
|
lukaseder
|
f6db231221
|
[#6718] Add missing overload DSLContext.newResult(Collection<? extends Field<?>>)
|
2017-10-18 16:26:07 +02:00 |
|
lukaseder
|
e8185bd6f4
|
[#5688] PostgreSQL RETURNING <col> AS <alias> is not rendered correctly
|
2017-10-18 16:09:56 +02:00 |
|
lukaseder
|
bb0a9592c9
|
[#6712] Redundant Javadoc generated when deprecation for unknown types is generated
|
2017-10-17 13:10:03 +02:00 |
|
lukaseder
|
3de1e63f5f
|
[#6705] Added reference to github issue
|
2017-10-17 12:57:05 +02:00 |
|
Lukas Eder
|
dfd1b53241
|
Merge pull request #6706 from PicnicSupermarket/bugfix/issue-6705
[#6705] Avoid generating code with a redundant cast
|
2017-10-17 12:54:21 +02:00 |
|
lukaseder
|
eb0a862328
|
[#6707] Parser.parse() fails on trailing whitespace
|
2017-10-17 12:32:40 +02:00 |
|
Stephan Schroevers
|
2235098e52
|
[#6705] Avoid generating code with a redundant cast
|
2017-10-16 11:16:51 +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 |
|