Lukas Eder
|
859680998e
|
[#3565] Add XXXContext.settings() for convenience
|
2014-08-18 12:28:31 +02:00 |
|
Lukas Eder
|
9db1cb40b6
|
[#1410] Add support for the Postgres "DISTINCT ON" clause
|
2014-08-18 10:14:06 +02:00 |
|
Lukas Eder
|
b5393c76c4
|
[#3557] Add support for PostgreSQL user-defined aggregate functions - Regenerated schema
|
2014-08-15 15:00:15 +02:00 |
|
Lukas Eder
|
b1e200c699
|
[#3557] Add support for PostgreSQL user-defined aggregate functions
|
2014-08-15 15:00:12 +02:00 |
|
Lukas Eder
|
3a117886ba
|
[#3559] Propagate jOOQ-codegen's relations flag also to jOOQ-meta, to prevent (possibly expensive) queries to fetch relations
|
2014-08-15 14:13:01 +02:00 |
|
Lukas Eder
|
57650f08e3
|
[#3560] Slow discovery of primary keys in very large MySQL databases
|
2014-08-15 13:56:04 +02:00 |
|
Lukas Eder
|
8dbff7fc0b
|
Release 3.5.0-SNAPSHOT
|
2014-08-15 13:55:52 +02:00 |
|
Lukas Eder
|
fbc770c291
|
Upgraded MySQL Connector
|
2014-08-15 11:43:59 +02:00 |
|
Lukas Eder
|
e17e4a632a
|
[#3552] Oracle Stored procedures using type synonyms in signatures cannot be used through jOOQ
|
2014-08-15 11:43:48 +02:00 |
|
Lukas Eder
|
f1f099e3a5
|
[#3556] Generated Oracle Stored procedures do not reference types from other schemas
|
2014-08-13 15:41:56 +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
|
00e6fdd2b8
|
[#3451] Added support for foreign key constraints
|
2014-08-12 18:41:39 +02:00 |
|
Lukas Eder
|
90d8788bca
|
[#3451] Added support for PRIMARY KEY and UNIQUE KEY constraints
|
2014-08-12 18:22:12 +02:00 |
|
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 |
|