Commit Graph

3380 Commits

Author SHA1 Message Date
Lukas Eder
a51058743a [#3277] SQLite DECIMAL(p, s) types are not correctly recognised 2014-05-27 11:07:24 +02:00
Lukas Eder
f9eb414255 [#3106] Added passing test case (Enum to String mapping is an special
case)
2014-05-27 10:38:27 +02:00
Lukas Eder
d79fe89e03 Added Guava test dependency 2014-05-27 10:07:34 +02:00
Lukas Eder
19710efc14 Upgraded Eclipse settings to reflect lambda and improved annotation formatting 2014-05-27 09:42:37 +02:00
Lukas Eder
32f26f5a90 [#3275] Use maven-plugin-annotations in jOOQ-codegen-maven instead of Javadoc tags 2014-05-27 09:42:07 +02:00
Lukas Eder
d7ad9eb59d Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-05-26 18:11:10 +02:00
Lukas Eder
086f7b4ebb [#682] More database code generations done with Maven 2014-05-26 18:11:02 +02:00
Lukas Eder
a5dd929346 [#682] More database code generations done with Maven 2014-05-26 17:47:49 +02:00
Lukas Eder
25107a6d8d [#682] More database code generations done with Maven 2014-05-26 17:45:26 +02:00
Lukas Eder
d0e8a22df4 [#682] More database code generations done with Maven 2014-05-26 17:42:46 +02:00
Lukas Eder
652d2e07df [#3267] Misleading DSLContext.batch() Javadoc. It should be clear that an additional call to execute() is needed. 2014-05-26 16:10:36 +02:00
Lukas Eder
dac0df446f [#682] Moving more library.xml content to the pom.xml 2014-05-21 14:28:43 +02:00
Lukas Eder
94dfd7bd75 [#682] Moving more library.xml content to the pom.xml 2014-05-20 20:03:21 +02:00
Lukas Eder
3f58268f77 [#3237] UpdatableRecord.store() executes INSERT instead of UPDATE when nullable primary keys are NULL 2014-05-20 15:51:12 +02:00
Lukas Eder
29ef5221a8 [#2646] Fix for SQL Server 2008 2014-05-12 18:07:37 +02:00
Lukas Eder
fb8df86748 [#2646] SQL Server error "The text, ntext, and image data types cannot be compared or sorted" when using LIMIT with a SELECT [text, image] statement 2014-05-12 17:58:13 +02:00
Lukas Eder
36f7d9e20e [#2646] Added failing test 2014-05-12 17:40:21 +02:00
Lukas Eder
d2123f1c99 [#3229] Add DSLContext.transaction() to implement nested transaction semantics through functional interfaces 2014-05-12 15:14:08 +02:00
Lukas Eder
a9021a493a [#3200] Fixed integration tests 2014-05-12 15:10:38 +02:00
Lukas Eder
8020b9ad90 [#3200] Added unit tests 2014-05-12 11:05:05 +02:00
Lukas Eder
ef71c4cc20 [#3200] Converter does not work when loading CSV files 2014-05-08 20:06:27 +02:00
Lukas Eder
1e13d14c66 Javadoc Fixes 2014-05-08 16:21:12 +02:00
Lukas Eder
58cec47335 [#3254] Added materialized views to the PostgreSQL schema 2014-05-08 11:25:30 +02:00
Lukas Eder
ef373152f6 Fixed paths after recent package rename 2014-05-08 11:25:25 +02:00
Lukas Eder
fa324447d8 [#2694] Fixed regression 2014-05-07 19:54:00 +02:00
Lukas Eder
63a11a18bd [#454] Fixed some tests 2014-05-07 19:41:21 +02:00
Lukas Eder
6b49b9472d [#883] Fixed DDL for DB2, Firebird, Oracle 2014-05-07 19:34:50 +02:00
Lukas Eder
068cd10c98 [#3249] Fixed broken unit tests 2014-05-07 18:43:05 +02:00
Lukas Eder
19478a5890 Skip some tests for FIREBIRD 2014-05-07 18:39:49 +02:00
Lukas Eder
191f3f5597 [#3252] Relax bounds on <R> for DSLContext.batchInsert() 2014-05-07 18:24:51 +02:00
Lukas Eder
3cf66dd99d [#3253] Pull up TableRecord.insert() 2014-05-07 18:24:17 +02:00
Lukas Eder
358fa06035 [#1749] Workaround for Firebird issue 2014-05-07 18:02:59 +02:00
Lukas Eder
9607395fd3 [#3249] DSL.selectZero() and DSL.selectOne() should alias column names 2014-05-07 17:59:19 +02:00
Lukas Eder
af75adf0c8 [#1061] Firebird doesn't support DEFAULT in INSERT or UPDATE 2014-05-07 17:48:29 +02:00
Lukas Eder
27ef3f60ab [#454] Fixed bad test 2014-05-07 17:34:21 +02:00
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
2fe3127671 [#3247] InsertSetMoreStep must not extend InsertSetStep 2014-05-07 12:38:32 +02:00
Lukas Eder
b27d73c390 [#1061] Support "DEFAULT" keyword in INSERT and UPDATE statements 2014-05-07 11:42:26 +02:00
Lukas Eder
dc2fd7f1ea [#3244] InsertQuery.setDefaultValues() is not supported by the ACCESS dialect 2014-05-07 11:35:32 +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
6d38a164b1 [#883] Fixed regression 2014-05-06 19:51:56 +02:00
Lukas Eder
6a456c4160 [#3229] Fixed regression 2014-05-06 19:33:27 +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
990b5c683b [#3240] Add DSL.sequence() methods for plain SQL sequence construction 2014-05-06 16:55:18 +02:00
Lukas Eder
4f9d415a87 [#682] Added SQL Server example 2014-05-06 16:16:36 +02:00