lukaseder
|
dde5d91bb4
|
[#5106] Result.formatXXX() methods should flush Writers to prevent data loss
|
2016-02-24 21:02:49 +01:00 |
|
lukaseder
|
d289c17229
|
[#5104] Bad HTML in ExecuteListener.outStart() Javadoc
|
2016-02-24 20:53:41 +01:00 |
|
lukaseder
|
9dc8e8e637
|
[#4388] Compilation errors when applying <customType/> for PostgreSQL array types
|
2016-02-24 18:42:06 +01:00 |
|
lukaseder
|
2e91fda461
|
[#5105] DEBUG-Log exceptions in LoggerListener
|
2016-02-24 11:10:40 +01:00 |
|
lukaseder
|
556dbb7771
|
[#2211] Do this also for Routine
|
2016-02-22 16:10:16 +01:00 |
|
lukaseder
|
6cdb29fd3e
|
[#5103] Tables referencing object arrays generate Record array in POJOs, rather than POJO array
|
2016-02-22 15:27:53 +01:00 |
|
lukaseder
|
d691f1354c
|
[#4427] ScalaGenerator generates Java code for MySQL / PostgreSQL enum types
|
2016-02-22 14:47:56 +01:00 |
|
lukaseder
|
38d34a10be
|
[#5095] ScalaGenerator produces an invalid import expression for SQL array types
|
2016-02-22 13:45:07 +01:00 |
|
lukaseder
|
a03249bd96
|
[#2211] Improved Kotlin example
|
2016-02-21 18:48:17 +01:00 |
|
lukaseder
|
a40c1bf3fd
|
[#2211] Change Record.getValue() and setValue() to get() and set()
|
2016-02-21 18:26:40 +01:00 |
|
lukaseder
|
a56a4dc092
|
[#5097] Table.getPrimaryKey() does not work with SQLite's Xerial JDBC driver, when primary key column contains upper-case characters
|
2016-02-21 13:19:54 +01:00 |
|
lukaseder
|
10a027e5db
|
[#5089] Wrong SQL generated for multi row INSERT when ON DUPLICATE KEY IGNORE is emulated
- Fix for emulation via INSERT .. SELECT (e.g H2)
|
2016-02-16 17:53:52 +01:00 |
|
lukaseder
|
f4dd8bcd92
|
[#5093] Implement INSERT .. ON DUPLICATE KEY IGNORE using INSERT .. ON CONFLICT in PostgreSQL 9.5 also when using SQLDialect.POSTGRES
|
2016-02-16 17:27:07 +01:00 |
|
lukaseder
|
fc1108cca1
|
[#4650] Fixed PostgreSQL regression
|
2016-02-16 15:28:25 +01:00 |
|
lukaseder
|
fc1a4e52da
|
[#5088] Bad deserialisation of PostgreSQL UDTs that contain boolean attributes
|
2016-02-16 15:24:02 +01:00 |
|
lukaseder
|
4516fee424
|
[#5082] [#5086] Fixed Implementation for HSQLDB
|
2016-02-15 17:56:03 +01:00 |
|
lukaseder
|
b6ba9fd512
|
[#5081] [#5082] Fix for SQL Server
|
2016-02-15 16:50:55 +01:00 |
|
lukaseder
|
f7b9094f58
|
[#5086] Add support for ALTER TABLE .. RENAME CONSTRAINT .. TO ..
|
2016-02-14 18:44:26 +01:00 |
|
lukaseder
|
48189bbe92
|
[#5082] Add support for ALTER TABLE .. RENAME COLUMN .. TO ..
|
2016-02-14 18:11:57 +01:00 |
|
lukaseder
|
c5818111ce
|
[#5081] Add support for ALTER TABLE .. RENAME TO ..
|
2016-02-14 17:50:07 +01:00 |
|
lukaseder
|
e946359bc2
|
[#2995] INSERT INTO table SELECT ... renders bad SQL when column names are omitted and a plain SQL table is given
|
2016-02-12 18:09:33 +01:00 |
|
lukaseder
|
2d7befeb17
|
[#3942] Add support for PostgreSQL functions returning single table records
|
2016-02-11 16:23:26 +01:00 |
|
lukaseder
|
cc85f94b2a
|
[#4517] Allow to configure the output file encoding in the code generator
|
2016-02-11 14:47:13 +01:00 |
|
lukaseder
|
dcbb7035ee
|
[#4740] ClassCastException when using DSL.any() in a Condition Field
|
2016-02-11 14:13:45 +01:00 |
|
lukaseder
|
dc06cf525a
|
No idea if this helps Kotlin to compile on Jenkins CI...
|
2016-02-11 13:37:51 +01:00 |
|
lukaseder
|
5c8c034c10
|
Avoid using deprecated Kotlin API. Upgraded Kotlin
|
2016-02-11 13:23:44 +01:00 |
|
lukaseder
|
0f60368092
|
Fixed Kotlin example compilation on CI (perhaps?)
|
2016-02-11 13:18:47 +01:00 |
|
lukaseder
|
7fbc287c10
|
[#5072] Add default implementations for all SPIs, accepting functional event handlers
|
2016-02-09 14:43:28 +01:00 |
|
lukaseder
|
230fbe3acf
|
[#5072] Add default implementations for all SPIs, accepting functional event handlers
|
2016-02-09 14:43:03 +01:00 |
|
lukaseder
|
70e9396569
|
[#4550] Add support for property expressions in the code generator's standalone configuration
|
2016-02-09 13:43:49 +01:00 |
|
lukaseder
|
bc5e2182b4
|
[#5068] SQL Server 2008 SELECT DISTINCT .. LIMIT .. OFFSET emulation does not keep ORDER BY semantics in complex queries
|
2016-02-09 11:23:03 +01:00 |
|
lukaseder
|
735f90c97a
|
Added missing [java-8] markers
|
2016-02-08 16:02:16 +01:00 |
|
lukaseder
|
b4d16b337f
|
[#5015] Ensure all transactions are run in ForkJoinPool.ManagedBlocker
|
2016-02-08 15:41:04 +01:00 |
|
lukaseder
|
2b2dfabdff
|
[#5067] Add AlterTableStep.alter[Column](Name), add[Column](Name), drop[Column](Name)
|
2016-02-08 14:04:11 +01:00 |
|
lukaseder
|
ecb62b55f5
|
[#5066] Add CreateTableColumnStep.column(Name, DataType<?>)
|
2016-02-08 13:53:19 +01:00 |
|
lukaseder
|
3f98591729
|
[#5065] Make all internal classes final if they're not intended for extension
|
2016-02-08 13:46:56 +01:00 |
|
lukaseder
|
774ac46b29
|
[#5064] Improve formatting for MySQL's ON DUPLICATE KEY UPDATE clause
|
2016-02-08 13:13:14 +01:00 |
|
lukaseder
|
0fb1175b20
|
[#4480] Emulate H2's MERGE statement for MySQL and MariaDB
|
2016-02-08 13:07:58 +01:00 |
|
lukaseder
|
b422ec0153
|
[#5012] [#5014] Returned CompletionStage should re-use ExecutorProvider
|
2016-02-06 18:33:01 +01:00 |
|
lukaseder
|
e8e383317f
|
[#5057] Replace Collection.toArray(new T[size]) calls by Collection.toArray(new T[0]) calls
|
2016-02-05 18:03:52 +01:00 |
|
lukaseder
|
efc50afd2c
|
[#3160] Add Queries DSLContext.ddl(Schema), ddl(Table) and others to re-generate known artefacts
|
2016-02-05 17:42:04 +01:00 |
|
lukaseder
|
1b7796bbb2
|
[#5061] Improve formatting of DDL statements
|
2016-02-05 17:13:01 +01:00 |
|
lukaseder
|
753797a025
|
[#5058] Add DSLContext.batch(Queries) and other overloads where Query[] or Collection<? extends Query> are accepted
|
2016-02-05 16:38:53 +01:00 |
|
lukaseder
|
4c1795f30c
|
[#4050] More consistent method naming
|
2016-02-05 15:51:33 +01:00 |
|
lukaseder
|
17888d1c54
|
[#5012] [#5014] Use ForkJoinPool.ManagedBlock
|
2016-02-05 11:44:07 +01:00 |
|
lukaseder
|
94b501acf5
|
[#5012] [#5014] Use ForkJoinPool.ManagedBlock
|
2016-02-05 11:40:41 +01:00 |
|
lukaseder
|
a16388d44c
|
[#5059] Add CreateTableColumnStep.columns(Field<?>...)
|
2016-02-04 23:36:57 +01:00 |
|
lukaseder
|
7802b8be41
|
[#5056] Add org.jooq.Queries, a wrapper for Query[]
|
2016-02-04 23:08:05 +01:00 |
|
lukaseder
|
b7d0776c66
|
[#5055] Add CreateTableColumnStep.column(Field<?>) for convenience
|
2016-02-04 22:06:52 +01:00 |
|
lukaseder
|
c122a176ec
|
[#5051] TableAlias does not delegate getIdentity(), getPrimaryKey(), getKeys(), getRecordVersion(), getRecordTimestamp() calls to aliased table
|
2016-02-04 16:06:13 +01:00 |
|