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 |
|
Lukas Eder
|
596912e603
|
Release 3.4.0
|
2014-06-20 11:08:17 +02:00 |
|
Lukas Eder
|
c4549579d0
|
Eclipse changing launch targets again
|
2014-06-20 10:51:55 +02:00 |
|
Lukas Eder
|
a511c45ad8
|
Release 3.4.0
|
2014-06-20 10:51:45 +02:00 |
|
Lukas Eder
|
32f4ac70bf
|
[#3342] Cannot INSERT into tables with Firebird BLOB types - Regenerated database
|
2014-06-20 10:44:04 +02:00 |
|
Lukas Eder
|
c28bd2ceaa
|
[#3342] Cannot INSERT into tables with Firebird BLOB types
|
2014-06-20 10:43:52 +02:00 |
|
Lukas Eder
|
0165b325f5
|
Fixed unit tests after recent ALTER TABLE fixes for MySQL
|
2014-06-20 10:19:14 +02:00 |
|
Lukas Eder
|
978904e276
|
Add a very specific SQL Server integration test for using insert() after copy() with nullable and updatable primary keys
|
2014-06-20 10:09:40 +02:00 |
|
Lukas Eder
|
99ba7cf8ed
|
Added another integration test checking how copy(), insert() play together
|
2014-06-20 09:51:33 +02:00 |
|
Lukas Eder
|
2795581a64
|
[#3341] Added a comment as a reminder to fix this
|
2014-06-18 17:55:49 +02:00 |
|
Lukas Eder
|
9a40b52d36
|
Fixed some DDL statements for SQL Server
|
2014-06-18 17:13:49 +02:00 |
|
Lukas Eder
|
91e5368981
|
Fixed Sybase SQL Anywhere ALTER TABLE behaviour
|
2014-06-18 15:49:24 +02:00 |
|
Lukas Eder
|
d6e3105fdf
|
[#3333] maven-compiler-plugin configuration in jooq-parent pom file uses the deprecated compilerArguments parameter
|
2014-06-17 17:53:07 +02:00 |
|
Lukas Eder
|
83bfc3296f
|
[#3117] jOOQ illegally generates covariant setters on UDTRecords and UDT Pojos when <pojos/> and <interfaces/> are activated
|
2014-06-17 14:24:18 +02:00 |
|
Lukas Eder
|
7d1a38f8b3
|
Upgraded Java version in JAX-RS example
|
2014-06-17 10:35:44 +02:00 |
|
Lukas Eder
|
bb3be29c06
|
[#3328] Re-create old DefaultConfiguration constructors for backwards-compatibility
|
2014-06-17 10:35:07 +02:00 |
|
Lukas Eder
|
b9e9d44675
|
Removed modules again...
|
2014-06-06 16:11:14 +02:00 |
|
Lukas Eder
|
bb86f5adce
|
... when will it ever stop? Whitespace changes...
|
2014-06-06 16:02:15 +02:00 |
|
Lukas Eder
|
b50f1a915b
|
Fixed some warnings
|
2014-06-06 16:02:01 +02:00 |
|
Lukas Eder
|
2cc0b6fcee
|
Fixed some warnings
|
2014-06-06 15:57:23 +02:00 |
|
Lukas Eder
|
7ece6763cc
|
Fixed Javadoc warning
|
2014-06-06 15:38:23 +02:00 |
|
Lukas Eder
|
9a0b37ad62
|
More modules
|
2014-06-06 15:38:02 +02:00 |
|
Lukas Eder
|
9cbdee115b
|
More .gitignore
|
2014-06-06 15:37:53 +02:00 |
|
Lukas Eder
|
ba24841339
|
Added testing modules to jooq-parent
|
2014-06-06 15:21:48 +02:00 |
|
Lukas Eder
|
7ea042aa4c
|
[#3154] Add code-generation configuration to generate synthetic primary keys for updatable views
|
2014-06-06 15:21:24 +02:00 |
|
Lukas Eder
|
e83850b356
|
Added IntelliJ meta info to .gitignore
|
2014-06-06 14:58:11 +02:00 |
|