Commit Graph

3297 Commits

Author SHA1 Message Date
Lukas Eder
33faebb305 [#3204] Clarify what "fully qualified" means in the context of <include/> and <exclude/> in the code generator configuration 2014-04-26 14:19:32 +02:00
Lukas Eder
fcd068dfb3 [#3202] Allow for Pattern.COMMENTS in code generation configuration's regexes 2014-04-26 13:59:07 +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
3996683079 Remove redundant openjdk7, non-existing openjdk8 from Travis-CI config 2014-04-16 13:53:07 +02:00
Lukas Eder
63fd56970a Upgrade Scala to 2.10 2014-04-16 13:52:35 +02:00
Lukas Eder
568bc4ddf4 Added oraclejdk8 and openjdk8 to the set of CI JDKs 2014-04-16 13:37:08 +02:00
Lukas Eder
926ab9917f [#2694] Fixed Scala API Conversions API regression 2014-04-16 12:54:06 +02:00
Lukas Eder
70956b7f71 [#3194] Avoid using deprecated Maven mojo descriptor @parameter expression="${property}" 2014-04-16 12:49:44 +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
f506609069 [#2694] Unify RenderContext and BindContext traversal 2014-04-14 17:36:07 +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
8448985e7a [#3176] Don't generate "assignment-constructors" for POJOs and Records
with more than 255 columns
2014-04-11 17:39:17 +02:00
Lukas Eder
1e0323fa19 [#2973] Field.in(Collection) should accept wildcard instead of T 2014-04-11 17:34:39 +02:00
Lukas Eder
7978972f07 [#454] Added some additional Javadocs to CTE types 2014-04-11 16:15:42 +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
1fe69f3079 [#454] DerivedColumnList is a better name than CorrelationName 2014-04-11 13:38:58 +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
22cf47fe99 [#3164] Missing formatting when rendering formatted MERGE statement's SET clause - Removed excess whitespace 2014-04-08 15:05:12 +02:00
Lukas Eder
9d230fbde8 [#3162] NullPointerException when referencing window name that was not declared 2014-04-08 15:00:55 +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
52fbd24e42 [#3169] Add more ResultQuery.fetchAnyXXX() convenience methods 2014-04-08 14:36:45 +02:00
Lukas Eder
991b87bbc9 [#3159] Revert to DBCP 1.4 for Java 6 support 2014-03-28 18:18:42 +01:00
Lukas Eder
1c9a0d9cd4 [#3159] Replace BoneCP with Apache DBCP 2014-03-28 17:47:50 +01:00
Lukas Eder
3f0f1acfc8 [#3156] "Column ambiguously defined" when emulating derived column lists with duplicate column names 2014-03-26 12:22:29 +01: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
aa018cad8e [#3139] Add <T1, ..., T[N]> Result<Record[N]<T1, ..., T[N]>> DSLContext.newResult(Field<T1>, ..., Field<T[N]>) 2014-03-25 17:27:37 +01:00
Lukas Eder
7f6c5f8cb5 Regenerated Row[N] artefacts 2014-03-25 17:09:05 +01:00
Lukas Eder
54a1f4cbba [#3143] Bad Javadoc in the org.jooq.tools.json package: JSON tools are not "JSONAware" 2014-03-24 14:59:01 +01:00
Lukas Eder
9159d9f14b [#3147] Field.sortAsc() and sortDesc() should generate inlined values for sort indirection 2014-03-24 14:45:09 +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
d82b7665b3 [#3133] Code generation marks all PostgreSQL Fields as having a default value - Removed NVL expression 2014-03-19 11:48:35 +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
ff3f9186cd [#3131] Query.getBindValues() should not return inlined bind values 2014-03-17 15:45:44 +01:00
Lukas Eder
ab29b4a73f [#3130] Generated UDTRecords should be more similar to generated TableRecords 2014-03-12 20:21:08 +01:00
Lukas Eder
e2aa1bcda9 [#3128] Change ArrayRecord.setList(List<? extends E>) into ArrayRecord.set(Collection<? extends E>) 2014-03-12 19:44:08 +01:00
Lukas Eder
54cb916736 [#3127] Deprecate ArrayRecord.set(Array) 2014-03-12 19:30:50 +01:00