Commit Graph

3616 Commits

Author SHA1 Message Date
Lukas Eder
0b77f452e0 Fixed broken test 2014-08-12 17:42:44 +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
4671f14aae Fixed INSERT .. SELECT integration test with UDT 2014-08-12 13:03:31 +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
b4e4103be2 Fixed integration test for Oracle 2014-08-12 12:22:39 +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
853f45ec3d .gitignore... 2014-08-11 17:26:22 +02:00
Lukas Eder
bb16de8b7a [#3506] Added test cases for INTERSECT and EXCEPT 2014-08-11 17:08:03 +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
6c627618dc [#561] Mention InformixDatabase in XSD 2014-08-11 15:27:15 +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
16e5bda435 [#3526] Unnecessary warning logs introduced in code generation 2014-08-11 11:20:19 +02:00
Lukas Eder
8490fd669d [#3525] Implement more verbose DEBUG logging for jOOQ-meta's include / exclude mechanism 2014-08-11 11:09:05 +02:00
Lukas Eder
656a1174a8 [#3520] Duplicate column information in foreign key references for foreign keys that share the same name in different tables 2014-08-11 10:57:50 +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
9a8e443eb0 Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-08-06 17:23:36 +02:00
Lukas Eder
1210ee4362 [#561] More fixes 2014-08-06 17:23:27 +02:00
Lukas Eder
67830467bf [#3501] Fetch Set<T> instead of List<T> 2014-08-06 14:15:05 +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
6ccc8218f9 [#3488] Compilation error in generated code, when a similar tables T_A and TA exist - Regenerate Schema 2014-08-04 11:21:13 +02:00
Lukas Eder
eba0cb2d44 [#3488] Compilation error in generated code, when a similar tables T_A and TA exist 2014-08-04 11:21:06 +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
9039a88f28 [#3488] Compilation error in generated code, when a similar tables T_A and TA exist - Added failing test case 2014-07-30 18:15:52 +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
261745b88c [#2486] Allow to specify precision, scale, length for type-rewrites in <forcedType/> - Regenerated test database 2014-07-29 16:32:38 +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