Commit Graph

3449 Commits

Author SHA1 Message Date
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
Lukas Eder
c853f93478 [#3305] Add SQLDialect.families() to access all SQLDialect families 2014-06-02 09:47:59 +02:00
Lukas Eder
438e7cbd42 Update and rename README.txt to README.md 2014-05-30 08:40:25 +02:00
Lukas Eder
0b06b8a977 Update and rename README.txt to README.md 2014-05-30 08:39:27 +02:00
Lukas Eder
323d51d0f2 [#3294] DSLContext.renderNamedParameters() doesn't replace ?, ? by :1, :2 in plain SQL QueryParts 2014-05-29 16:03:18 +02:00
Lukas Eder
d7466b05d6 [#2906] Created test case stub 2014-05-29 15:52:26 +02:00
Lukas Eder
f4489a73b2 [#3293] Bad composite foreign key references generated for H2 2014-05-29 15:27:47 +02:00
Lukas Eder
d3eef94e8d [#2700] DAO.insert() and other DAO operations do not respect DEFAULT values - Regenerated schema 2014-05-29 14:41:19 +02:00
Lukas Eder
1f3c8e2aa8 [#2700] DAO.insert() and other DAO operations do not respect DEFAULT values 2014-05-29 14:40:59 +02:00
Lukas Eder
7770362f5b [#2844] Emit a better warning, but emit it only once 2014-05-29 14:25:57 +02:00
Lukas Eder
1c70a32352 [#3240] DSL.sequence() should support plain SQL, not only literals 2014-05-29 13:58:18 +02:00
Lukas Eder
d6da192244 Quiet down log4j for Travis-CI 2014-05-29 12:19:51 +02:00
Lukas Eder
3f06f588bf [#3084] Added additional test case. Doesn't fail. 2014-05-29 12:04:47 +02:00
Lukas Eder
467676f1d6 Allow for disabling the pretty printer 2014-05-29 11:57:49 +02:00
Lukas Eder
6b22808118 Help the javac compiler infer lambda types 2014-05-29 11:44:05 +02:00
Lukas Eder
c0a5a86144 Fixed test-code regression leading to StackOverflowError 2014-05-29 10:22:28 +02:00
Lukas Eder
889d42bc03 [#3286] [#3289] Overloading all MySQL specific DSL functions to accept BLOB arguments 2014-05-28 16:56:59 +02:00
Lukas Eder
aa59f3ed1c Merge pull request #3289 from ooxi/mysqldsl
[#3286] [#3289] Overloading all MySQL specific DSL functions to accept BLOB arguments
2014-05-28 16:43:30 +02:00
Lukas Eder
05b79f3d2b [#454] Updated @Support annotations and test skipping for all dialects 2014-05-28 16:19:42 +02:00