Commit Graph

1251 Commits

Author SHA1 Message Date
Lukas Eder
9e21abc166 [#883] DDL fixes 2014-05-07 17:29:23 +02:00
Lukas Eder
05bad4f137 Merged latest changes to OSS version 2014-05-07 16:58:19 +02:00
Lukas Eder
77699bafcc More lambda expressions for integration tests 2014-05-07 16:40:54 +02:00
Lukas Eder
55f5fae630 Transaction tests should be implemented using Java 8 lambdas 2014-05-07 16:20:05 +02:00
Lukas Eder
af7a7c504c Upgraded integration tests to Java 8 2014-05-07 16:17:15 +02:00
Lukas Eder
b27d73c390 [#1061] Support "DEFAULT" keyword in INSERT and UPDATE statements 2014-05-07 11:42:26 +02:00
Lukas Eder
c0a07a7833 [#3241] Cursor.iterator() does not correctly implement Iterator.next() contract with respect to NoSuchElementException 2014-05-07 10:48:18 +02:00
Lukas Eder
2161b80782 [#883] Add support for DROP TABLE 2014-05-06 19:19:34 +02:00
Lukas Eder
c5e4e72a08 [#883] Supported ALTER TABLE for H2 SQLDialect 2014-05-06 18:57:27 +02:00
Lukas Eder
4352dddd07 [#3237] - Added failing test 2014-05-06 16:16:17 +02:00
Lukas Eder
80dc9d197b [#3230] Implement TransactionProvider for use with DataSourceConnectionProvider 2014-05-06 14:47:28 +02:00
Lukas Eder
d3d5d2ec41 [#3234] Fixed resource leak in new benchmark test 2014-05-06 12:23:49 +02:00
Lukas Eder
2548ec2e06 [#3234] Distinguish between integration tests for handling syntax errors (no prepared statement available) vs handling constraint violation errors (prepared statement available) 2014-05-06 12:23:37 +02:00
Lukas Eder
b3c5a035c2 [#3234] Bad ConnectionProvider lifecycle handling in integration tests 2014-05-06 11:15:08 +02:00
Lukas Eder
769f24c378 [#3234] Added new lifecycle listener to check ConnectionProvider 2014-05-06 10:42:03 +02:00
Lukas Eder
a31c765577 [#3213] Add support for registered Converters in DefaultRecordMapper, when mapping Record1 types - Added related integration test 2014-05-05 16:47:39 +02:00
Lukas Eder
2716c3a9e9 [#3191] ResultQuery.keepStatement(true) doesn't work correctly with DataSourceConnectionProvider 2014-05-05 16:15:18 +02:00
Lukas Eder
55c3074739 [#3111] Support multiple Converters for the same <U> type in the code generator 2014-05-05 15:14:42 +02:00
Lukas Eder
90202fbb90 [#3232] Add optional <type/> configuration to <customType/> in order to specify different converters for the same Java type 2014-05-05 14:03:17 +02:00
Lukas Eder
06dfaf5a2b [#682] Added code generation Maven profiles. Are these the right tool? 2014-05-05 14:03:03 +02:00
Lukas Eder
f7beeab747 [#3225] Added benchmark 2014-05-05 09:43:12 +02:00
Lukas Eder
f24ed41051 [#3229] Add DSLContext.transaction(Transactional) to implement nested transaction semantics through functional interfaces 2014-05-02 18:25:40 +02:00
Lukas Eder
2b494cbe30 Organised imports 2014-05-02 18:25:11 +02:00
Lukas Eder
b994268b8d [#682] Mavenise jooq-test - Changed directory layout, added pom.xml, removed most dependencies 2014-04-30 11:27:59 +02:00
Lukas Eder
a3db104bc4 [#3214] Error when inserting PostgreSQL enum array 2014-04-28 14:33:49 +02:00
Lukas Eder
afbf75aee6 [#3212] Add support for value types in DefaultRecordMapper, when mapping Record1 types 2014-04-28 10:46:39 +02:00
Lukas Eder
44fc9fd1f7 [#3205] Add DSL.condition(Boolean) as a convenience for condition(Field<Boolean>) 2014-04-26 13:27:19 +02:00
Lukas Eder
9175818369 [#3195] IN predicate with subquery cannot have LIMIT .. OFFSET clause in
Oracle - Added failing integration test
2014-04-26 13:20:35 +02:00
Lukas Eder
264416d398 [#3203] Add DSL.not(Field<Boolean>) as a convenience for DSL.not(Condition) and condition(Field<Boolean>) 2014-04-26 13:20:19 +02:00
Lukas Eder
c915b67eda [#3189] Add DSL.sequenceByName(String...) 2014-04-16 12:43:42 +02:00
Lukas Eder
eeb522f16f [#3191] ResultQuery.keepStatement(true) doesn't work correctly with DataSourceConnectionProvider - Added failing integration test 2014-04-16 12:20:27 +02:00
Lukas Eder
5014e5d5c4 [#3176] Don't generate "assignment-constructors" for POJOs and Records
with more than 255 columns - Regenerated H2 schema
2014-04-11 17:39:24 +02:00
Lukas Eder
b09438035d [#3176] Don't generate "assignment-constructors" for POJOs with more than 255 columns - Regenerated H2 schema 2014-04-11 15:42:59 +02:00
Lukas Eder
a6c08048d4 [#3176] Don't generate "assignment-constructors" for POJOs with more than 255 columns 2014-04-11 15:42:50 +02:00
Lukas Eder
3659ff8589 [#454] Support CTE with no explicit column names 2014-04-11 14:23:11 +02:00
Lukas Eder
24d1b421ae [#454] Fixed CTE and aliasing with derived column lists 2014-04-11 14:07:39 +02:00
Lukas Eder
149d6b0e9c [#454] Add support for CTE (Common Table Expressions / WITH-clause) 2014-04-09 19:41:51 +02:00
Lukas Eder
205969cfc8 [#2675] Add test to verify if jOOQ correctly binds NULL values with the right JDBC type in batch INSERT operations 2014-04-08 17:56:38 +02:00
Lukas Eder
52bf076a1e [#3005] Error when Oracle stored procedure returns NULL for OBJECT type OUT parameter 2014-04-08 17:42:31 +02:00
Lukas Eder
1f7c0216c9 [#3085] Types not supported in SQLSERVER2008 dialect - Try to reproduce this issue 2014-04-08 15:23:21 +02:00
Lukas Eder
f7006c7bb1 [#3164] Missing formatting when rendering formatted MERGE statement's SET clause 2014-04-08 14:48:30 +02:00
Lukas Eder
c47e9e95bc [#3156] "Column ambiguously defined" when emulating derived column lists with duplicate column names 2014-03-26 11:29:47 +01:00
Lukas Eder
eca996a5ca [#2335] SQL syntax error when projecting two columns of the same name along with a LIMIT clause in Oracle - Added failing integration test 2014-03-26 10:18:23 +01:00
Lukas Eder
1d47203ab0 [#3140] INSERT ... SET ... RETURNING returns null - Added working integration test 2014-03-24 13:32:22 +01:00
Lukas Eder
0492923ff6 [#3119] Upgrade to JUnit 4.11 and omit using deprecated junit.framework.Assert in tests 2014-03-19 11:38:52 +01:00
Lukas Eder
1cab1c8541 [#3133] Code generation marks all PostgreSQL Fields as having a default value - Regenerated other databases 2014-03-19 11:19:21 +01:00
Lukas Eder
fc821fe781 [#3133] Code generation marks all PostgreSQL Fields as having a default value - Fixed other databases 2014-03-19 11:19:03 +01:00
Lukas Eder
222979abf6 [#3133] Code generation marks all Postgresql Fields as having a default
value - Regenerated schemas
2014-03-19 10:41:52 +01:00
Lukas Eder
dc6996d8aa [#3133] Code generation marks all Postgresql Fields as having a default
value
2014-03-19 10:41:42 +01:00
Lukas Eder
ab29b4a73f [#3130] Generated UDTRecords should be more similar to generated TableRecords 2014-03-12 20:21:08 +01:00