Lukas Eder
|
d1320bf98e
|
[#3533] Avoid using named parameters for Oracle, if not really needed
|
2014-08-12 11:16:57 +02:00 |
|
Lukas Eder
|
557d35e7cd
|
Fixed bad masking of [pro] code sections
|
2014-08-12 10:37:45 +02:00 |
|
Lukas Eder
|
8185fd6d2d
|
[#2907] Emulate UPDATE .. RETURNING through SELECT FROM FINAL TABLE
(UPDATE ...) in DB2
|
2014-08-12 10:27:16 +02:00 |
|
Lukas Eder
|
48e0bd78c8
|
[#2907] Emulate UPDATE .. RETURNING through SELECT FROM FINAL TABLE (UPDATE ...) in DB2
|
2014-08-11 17:26:57 +02:00 |
|
Lukas Eder
|
d40623c81f
|
[#3206] DSL.field(Condition) doesn't correctly handle NULLs when emulating boolean fields with a CASE expression
|
2014-08-11 16:00:14 +02:00 |
|
Lukas Eder
|
c43968a3c5
|
[#3512] Add DSL.count(Table<?>) and DSL.countDistinct(Table<?>) to support the PostgreSQL-specific COUNT() extension
|
2014-08-11 15:05:15 +02:00 |
|
Lukas Eder
|
493aa96ab4
|
[#3513] Streaming version of formatCSV/formatXML
|
2014-08-11 14:35:15 +02:00 |
|
Lukas Eder
|
a495e5b757
|
Added unit test to ensure Result.sortXXX() methods are stable
|
2014-08-11 11:35:24 +02:00 |
|
Lukas Eder
|
1087bafafb
|
[#3514] ResultQuery.fetchLazy() ignores fetchSize()
|
2014-08-11 09:47:31 +02:00 |
|
Lukas Eder
|
0a0565221c
|
[#2054] Implement quantified comparison predicates for Row[N] row value expressions
|
2014-08-08 18:30:13 +02:00 |
|
Lukas Eder
|
69355b1a3c
|
Remove unneeded field
|
2014-08-06 18:37:14 +02:00 |
|
Lukas Eder
|
1210ee4362
|
[#561] More fixes
|
2014-08-06 17:23:27 +02:00 |
|
Lukas Eder
|
30a859b550
|
[#561] More fixes
|
2014-08-06 13:42:53 +02:00 |
|
Lukas Eder
|
a2a8dc0412
|
[#561] More fixes
|
2014-08-04 17:55:36 +02:00 |
|
Lukas Eder
|
7c9177ea86
|
[#3496] Log a DEBUG message when a Query is executed which returns Query.isExecutable() == false
|
2014-08-04 17:26:57 +02:00 |
|
Lukas Eder
|
b2b5118fbf
|
[#561] Various fixes
|
2014-08-04 17:23:46 +02:00 |
|
Lukas Eder
|
f7dda4d595
|
[#561] Various fixes
|
2014-08-04 17:01:02 +02:00 |
|
Lukas Eder
|
19c1241b5a
|
[#561] Various fixes
|
2014-08-04 15:51:53 +02:00 |
|
Lukas Eder
|
12b06f5963
|
[#3489] DefaultTransactionProvider does not call Connection.releaseSavepoint(Savepoint) after commit
|
2014-08-04 10:01:13 +02:00 |
|
Lukas Eder
|
7e94c5c6e0
|
[#561] Add support for the Informix database - More fixes
|
2014-07-30 18:16:49 +02:00 |
|
Lukas Eder
|
5407d8ab14
|
[#561] Add support for the Informix database - Various fixes
|
2014-07-30 11:22:16 +02:00 |
|
Lukas Eder
|
c0dcc1bdee
|
[#561] Add support for the Informix database - Various fixes
|
2014-07-30 11:22:07 +02:00 |
|
Lukas Eder
|
df99ce6cee
|
[#3480] Add XXXContext.dialect() and XXXContext.family() for convenience
|
2014-07-30 10:10:21 +02:00 |
|
Lukas Eder
|
a6c563c66e
|
[#3480] Add XXXContext.dialect() and XXXContext.family() for convenience
|
2014-07-30 10:02:53 +02:00 |
|
Lukas Eder
|
5bbe2fc026
|
...
|
2014-07-29 18:11:06 +02:00 |
|
Lukas Eder
|
818bebeecb
|
[#2486] Allow to specify precision, scale, length for type-rewrites in <forcedType/>
|
2014-07-29 16:32:28 +02:00 |
|
Lukas Eder
|
5c7114d1e3
|
[#561] Add support for the Informix database - Bootstrapping integration tests
|
2014-07-29 16:32:11 +02:00 |
|
Lukas Eder
|
14aa9bcbc8
|
[#3477] Add Field.as(Field) to rename a field to another field's name
|
2014-07-29 14:50:10 +02:00 |
|
Lukas Eder
|
f865f9e72b
|
[#3473] java.lang.IllegalArgumentException: Field (null) is not contained in Row
|
2014-07-29 13:19:03 +02:00 |
|
Lukas Eder
|
d06084e0be
|
[#3463] Field.in(...) methods shouldn't return trueCondition() or falseCondition()
|
2014-07-28 11:51:49 +02:00 |
|
Lukas Eder
|
dbf42c7dac
|
[#3462] Field<Object>.in(Object...) can be called with Select<?> arguments, accidentally
|
2014-07-28 11:42:06 +02:00 |
|
Lukas Eder
|
8a7aa8e254
|
Update referenced jooq-codegen-3.5.0.xsd version
|
2014-07-28 10:33:58 +02:00 |
|
Lukas Eder
|
acdb108b83
|
[#3455] UPDATE .. FROM statement renders incorrect SQL for derived tables or aliased tables
|
2014-07-25 17:45:07 +02:00 |
|
Lukas Eder
|
c6e1e0da81
|
[#3442] Implement MockResultSet.getArray() methods
|
2014-07-23 13:54:29 +02:00 |
|
Lukas Eder
|
d6d24bb829
|
[#3443] Add support for conversion of values / arrays to the JDBC Array type in Convert
|
2014-07-23 13:30:37 +02:00 |
|
Lukas Eder
|
a4629b6f5b
|
[#3444] Add MockArray, a mock implementation of JDBC's Array type
|
2014-07-23 13:15:21 +02:00 |
|
Lukas Eder
|
9fb8f8874f
|
[#3437] QualifiedField does not respect RenderContext.qualify()
|
2014-07-22 15:44:58 +02:00 |
|
Lukas Eder
|
e023c7177e
|
[#3340] Improved CREATE VIEW API
|
2014-07-22 15:34:56 +02:00 |
|
Lukas Eder
|
5b20df44ad
|
[#3381] Add support for CREATE TABLE AS statements
|
2014-07-22 15:12:08 +02:00 |
|
Lukas Eder
|
c4cf343e09
|
[#3435] Fixed failing unit tests
|
2014-07-22 14:16:11 +02:00 |
|
Lukas Eder
|
c3fb96c5ff
|
Fixed Javadoc
|
2014-07-22 14:06:06 +02:00 |
|
Lukas Eder
|
cb3003e9b6
|
[#3435] Add support for SQL Server's SELECT .. INTO [new table] syntax
|
2014-07-22 13:01:30 +02:00 |
|
Lukas Eder
|
9371101efe
|
[#3431] Add support for MySQL index hints
|
2014-07-22 11:53:57 +02:00 |
|
Lukas Eder
|
524155e53a
|
[#3430] JDBC escape syntax is not correctly rendered from plain SQL when plain SQL contains newlines
|
2014-07-22 11:12:24 +02:00 |
|
Lukas Eder
|
6ada8de4a3
|
Removed unused legacy method isSelectingRefCursor()
|
2014-07-21 16:18:04 +02:00 |
|
Lukas Eder
|
1012ab5931
|
Regenerated all [N] types
|
2014-07-21 15:37:28 +02:00 |
|
Lukas Eder
|
136928126d
|
[#2626] Added TODO as a reminder to refactor / externalise an existing SQL template
|
2014-07-18 17:38:45 +02:00 |
|
Lukas Eder
|
51a61bdb19
|
[#3418] Add DSL.defaultValue(Field<T>) for convenience
|
2014-07-18 09:27:17 +02:00 |
|
Lukas Eder
|
bc17ca2c48
|
[#3413] Oracle generated ArrayRecords cannot be constructed through reflection if deprecated flag is set to off
|
2014-07-16 18:41:32 +02:00 |
|
Lukas Eder
|
2945ea841d
|
[#3412] Add List DSLContext.fetchValues(...) similar to the existing fetchValue(...) methods
|
2014-07-16 18:38:07 +02:00 |
|