Lukas Eder
|
9db1cb40b6
|
[#1410] Add support for the Postgres "DISTINCT ON" clause
|
2014-08-18 10:14:06 +02:00 |
|
Lukas Eder
|
4c82ac65bd
|
[#3551] Copy plain SQL query construction API to DSL from DSLContext
|
2014-08-13 12:58:43 +02:00 |
|
Lukas Eder
|
6f5e5d986a
|
Renamed internal API
|
2014-08-13 12:53:00 +02:00 |
|
Lukas Eder
|
30ae346d14
|
[#3547] DSLContext.batch(String) doesn't accept bind variables
|
2014-08-13 12:47:45 +02:00 |
|
Lukas Eder
|
72406c54d7
|
[#3381] Sybase doesn't support CREATE TABLE AS
|
2014-08-12 17:37:02 +02:00 |
|
Lukas Eder
|
a1a5b7e06e
|
[#3511] Improve DISTINCT predicate emulation through INTERSECT
|
2014-08-12 17:23:33 +02:00 |
|
Lukas Eder
|
f587997ebc
|
Removed some unneeded internal classes
|
2014-08-12 15:45:46 +02:00 |
|
Lukas Eder
|
c9ac274646
|
[#3545] Error when using qualified, case-sensitive sequence names in H2
|
2014-08-12 15:43:36 +02:00 |
|
Lukas Eder
|
68292553da
|
Remove unnecessary internal class
|
2014-08-12 13:07:48 +02:00 |
|
Lukas Eder
|
258afc69fe
|
[#3542] Oracle DDL statements do not allow for using bind variables
|
2014-08-12 12:51:49 +02:00 |
|
Lukas Eder
|
e38a149382
|
[#3544] Add a DDLQuery marker interface, which all DDL Query types should extend
|
2014-08-12 12:50:41 +02:00 |
|
Lukas Eder
|
7136d47944
|
[#3541] Change DSLContext.nextval(String) and currval(String) to internally call DSL.sequenceByName() instead of DSL.sequence()
|
2014-08-12 11:57:31 +02:00 |
|
Lukas Eder
|
698c499863
|
[#3537] Incorrect call to releaseSavepoint()
|
2014-08-12 11:50:43 +02:00 |
|
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 |
|