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
Lukas Eder
7795dab20a
Change H2 database to use instanceFields, instead of the less useful static fields
2014-06-03 10:42:06 +02:00
Lukas Eder
50ef9a10bb
[ #3309 ] Don't use "deploy" as Maven <defaultGoal/>
2014-06-03 10:30:44 +02:00
Lukas Eder
aef0b98dea
Release 3.4.0-SNAPSHOT
2014-06-03 10:06:53 +02:00
Lukas Eder
305df6dd7a
[ #3310 ] Prepare test database for test case
2014-06-03 10:06:45 +02:00
Lukas Eder
29f31bd91b
[ #3300 ] UpdatableRecord.store() executes INSERT instead of UPDATE when nullable primary keys are NULL, and the updatablePrimaryKeys setting is active
2014-06-02 18:59:55 +02:00
Lukas Eder
5d16d7dc37
[ #3307 ] Change internal representation of AbstractRecord to use Object[] and BitSet instead of Value[]
2014-06-02 18:21:53 +02:00
Lukas Eder
ac7c0a6a75
[ #3306 ] Let Record.key() return a "copy record", instead of a view to the original record
2014-06-02 18:07:04 +02:00
Lukas Eder
f3e1dee970
[ #3297 ] Bind variables are erroneously inlined into quoted identifiers, if identifiers contain question marks
2014-06-02 10:40:10 +02:00
Lukas Eder
6b11b93ba4
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
2014-06-02 09:59:36 +02:00