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
Lukas Eder
a507d50bc4
[ #3154 ] Add code-generation configuration to generate synthetic primary keys for updatable views
2014-06-06 14:57:51 +02:00
Lukas Eder
a0bef16560
[ #2694 ] Unify RenderContext and BindContext traversal
2014-06-06 13:12:57 +02:00
Lukas Eder
65999dc6f6
[ #2694 ] Unify RenderContext and BindContext traversal
2014-06-06 12:55:41 +02:00
Lukas Eder
451c02d819
[ #3321 ] Add support for Oracle's (+) JOIN syntax
2014-06-06 11:09:48 +02:00
Lukas Eder
d50e283ba9
[ #3322 ] Add UpdatableRecord.store(Field<?>...), insert(Field<?>...), update(Field<?>...)
2014-06-06 11:09:29 +02:00
Lukas Eder
8e8e44a43e
[ #3321 ] Add support for Oracle's (+) JOIN syntax
2014-06-06 10:30:01 +02:00
Lukas Eder
e18f597e81
[ #2335 ] [ #3195 ]
...
- SQL syntax error when projecting two columns of the same name along with a LIMIT clause in Oracle
- IN predicate with subquery cannot have LIMIT .. OFFSET clause in Oracle
2014-06-04 17:33:01 +02:00
Lukas Eder
063e816850
Skip some tests for pre-JDK 8
2014-06-04 13:41:55 +02:00
Lukas Eder
03b4797a45
[ #3229 ] Added examples using binding Spring's TransactionManager to
...
jOOQ's new transaction() API
2014-06-04 13:24:59 +02:00
Lukas Eder
b901f0e954
[ #3316 ] Add RecordContext.recordType() to allow for introspecting record types when implementing RecordListeners
2014-06-04 11:02:43 +02:00
Lukas Eder
3529dbc122
Oracle rendering improvements
2014-06-03 17:35:48 +02:00
Lukas Eder
571228fa0d
Oracle rendering improvements
2014-06-03 17:25:02 +02:00
Lukas Eder
5611cf3d57
Release 3.4.0-SNAPSHOT
2014-06-03 16:26:23 +02:00
Lukas Eder
06574b9d4c
[ #454 ] Added CTE / LIMIT / OFFSET integration tests
2014-06-03 16:20:32 +02:00
Lukas Eder
8a2f3281d5
[ #454 ] Added missing @Support annotation on DSL.with methods
2014-06-03 15:29:10 +02:00
Lukas Eder
51f47f77ea
[ #454 ] Added integration tests for recursive CTE
2014-06-03 15:24:51 +02:00