Commit Graph

3517 Commits

Author SHA1 Message Date
Lukas Eder
08a6c01d5c LISTAGG is not supported by FIREBIRD 2014-07-16 10:48:19 +02:00
Lukas Eder
1fb9fe1066 LISTAGG is not supported in FIREBIRD 2014-07-16 10:36:35 +02:00
Lukas Eder
ae80f5a48d [#3392] Call setAccessible(true) only if really needed 2014-07-16 10:19:18 +02:00
Lukas Eder
54594ba78a [#3360] SQLite regression when using special characters in identifiers 2014-07-11 13:01:29 +02:00
Lukas Eder
7940d705ac Reduced visibility of example class 2014-07-11 11:49:34 +02:00
Lukas Eder
1bce6cd55a [#3355] Add support for DROP SEQUENCE statements 2014-07-11 10:54:26 +02:00
Lukas Eder
c742587add [#3389] Add DSLContext.currval(String) and nextval(String) for convenience 2014-07-11 10:32:28 +02:00
Lukas Eder
459317cb0e [#3388] Replace SQL Server's ROW_NUMBER() OVER(ORDER BY @@version) by ORDER BY (SELECT 0) 2014-07-11 10:10:59 +02:00
Lukas Eder
9a74f5c41f [#3382] NOT NULL constraints and type information are incorrectly generated when using Firebird DOMAINs for data types 2014-07-09 18:14:15 +02:00
Lukas Eder
32784a890d [#3386] Add some test cases using Java 8 Streams for functional-relational transformation 2014-07-09 17:43:09 +02:00
Lukas Eder
eb7f37f5fd [#2209] Add <T1, T2, .., T[N]> Result<Record[N]<T1, T2, .., T[N]>> Result.into(Field<T1>, Field<T2>, .., Field<T[N]>) in order to transform Results / Records into another type 2014-07-09 16:42:36 +02:00
Lukas Eder
df45da4b61 Replace some anonymous classes with lambdas in test suite 2014-07-09 14:54:56 +02:00
Lukas Eder
df542ad22c Factor out RecordMapper tests into own test class 2014-07-09 14:39:09 +02:00
Lukas Eder
a9dddbf0d7 [#3375] Improved jOOQ-meta query 2014-07-02 13:36:18 +02:00
Lukas Eder
5020e79b9d [#3378] Added integration test workaround 2014-07-02 12:07:32 +02:00
Lukas Eder
191fa27bab [#3375] Add support for PostgreSQL table-valued functions - Regenerated schema 2014-07-02 11:37:58 +02:00
Lukas Eder
6d39b16e73 [#3375] Add support for PostgreSQL table-valued functions 2014-07-02 11:37:48 +02:00
Lukas Eder
09e3affa68 [#3370] Allow for overriding the class Javadocs for generated objects - Regenerated schema 2014-07-01 15:12:53 +02:00
Lukas Eder
512be5b236 [#3370] Allow for overriding the class Javadocs for generated objects 2014-07-01 15:12:40 +02:00
Lukas Eder
c897c942f9 Comment out flight recorder agent for testing launch targets 2014-07-01 13:41:04 +02:00
Lukas Eder
a61a8f703e Added an example that prints out SELECT 1 FROM DUAL statements in each dialect 2014-07-01 13:40:29 +02:00
Lukas Eder
521df3ff8b Fixed the Eclipse 'join_wrapped_lines' setting 2014-07-01 13:39:47 +02:00
Lukas Eder
bf07108310 [#3363] UpdatableRecord.store() executes UPDATE instead of INSERT after delete(), if Settings.updatablePrimaryKeys is set to true 2014-06-27 15:17:54 +02:00
Lukas Eder
842858441d [#3362] DSLContext.batchStore() executes INSERT if records are batch stores are executed two times in a row on new records, if Settings.updatablePrimaryKeys is set to true 2014-06-27 14:48:00 +02:00
Lukas Eder
71abb74501 [#3356] Deprecate Select.fetchCount() 2014-06-27 14:17:16 +02:00
Lukas Eder
8ea43249f4 Eclipse keeps doing funny things to settings... 2014-06-27 14:00:07 +02:00
Lukas Eder
60d62c467d [#3355] Added support for DROP SEQUENCE statements 2014-06-27 13:59:33 +02:00
Lukas Eder
088b5f1a25 [#3359] store() after copy() executes an UPDATE instead of an INSERT, when Settings.updatablePrimaryKeys is set 2014-06-27 13:58:34 +02:00
Lukas Eder
3b2303b658 [#3347] Field.in(T...) should defend against Collection arguments 2014-06-25 11:21:28 +02:00
Lukas Eder
b8ebc74509 Test case for issue reported on user group (doesn't fail) 2014-06-24 17:22:34 +02:00
Lukas Eder
59d996dbb9 [#2289] Added jOOQ-flyway-example to Travis-CI 2014-06-24 16:55:24 +02:00
Lukas Eder
b45b24ce32 [#2289] More improvements 2014-06-24 15:36:08 +02:00
Lukas Eder
09b1301b12 Avoid issues with Travis-CI 2014-06-24 15:35:39 +02:00
Lukas Eder
11532a09e3 Update .gitignore 2014-06-24 15:05:16 +02:00
Lukas Eder
b98f6306c3 Delete jooq-flyway-example.iml 2014-06-24 15:04:58 +02:00
Lukas Eder
55fa5d1daf Aagh... Eclipse o_O 2014-06-24 15:03:01 +02:00
Lukas Eder
82117d0e99 [#2886] jooq-codegen-maven should look into project dependencies for jdbc driver 2014-06-24 15:02:47 +02:00
Lukas Eder
e4212c7614 [#2289] Add jOOQ-flyway-example, a documentation module to show how to integrate with Flyway 2014-06-23 16:45:11 +02:00
Lukas Eder
e541e9735e [#1341] Add DSL.using(String url) and other methods that mimick DriverManager.getConnection() 2014-06-23 16:35:56 +02:00
Lukas Eder
1027d8734a [#3346] Allow for omitting the JDBC driver property in the code generator 2014-06-23 15:15:28 +02:00
Lukas Eder
2b137aebfb [#3345] Deprecate org.jooq.api.annotation.State and Transition annotations 2014-06-23 14:07:48 +02:00
Lukas Eder
07feb77b3a Upgraded maven-compiler-plugin for Spring example 2014-06-23 13:51:51 +02:00
Lukas Eder
9b6d665611 [#3339] Add support for DROP INDEX statements 2014-06-23 11:09:16 +02:00
Lukas Eder
5e7f95028a [#3339] Add support for CREATE INDEX statement 2014-06-23 10:50:51 +02:00
Lukas Eder
0b3159fd3b [#3339] Add support for CREATE INDEX statement 2014-06-23 10:41:00 +02:00
Lukas Eder
0d5ac1f778 Release 3.5.0-SNAPSHOT 2014-06-23 09:57:20 +02:00
Lukas Eder
30b2cc1dcf [#3345] Deprecate org.jooq.api.annotation.State and Transition annotations 2014-06-23 09:52:52 +02:00
Lukas Eder
63bf41b9b6 Release 3.4.0 2014-06-20 11:48:58 +02:00
Lukas Eder
40d7237bc1 Release 3.4.0 - Avoid running into Java 8's very restrictive doclint issues 2014-06-20 11:21:22 +02:00
Lukas Eder
8fef5297e6 Comment out modules with Java 8 dependencies 2014-06-20 11:11:58 +02:00