Commit Graph

3422 Commits

Author SHA1 Message Date
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
ooxi
fbe6650cee Overloading all MySQL specific DSL functions to accept BLOB arguments 2014-05-28 16:09:43 +02:00
Lukas Eder
67bafe5383 [#682] Fixed bad handling of MULTI_SCHEMA connections in tests 2014-05-28 16:02:13 +02:00
Lukas Eder
0abad56aae [#454] SQLite apparently doesn't allow for using CTE through Xerial 2014-05-28 15:25:37 +02:00
Lukas Eder
cf6d060d67 Get rid of Hamcrest dependency, entirely (see Java 8 Friday post) 2014-05-28 13:42:24 +02:00
Lukas Eder
2c4e19fc1a Fixed wrong Matcher expression 2014-05-28 13:19:59 +02:00
Lukas Eder
5c4cb43650 Update .travis.yml 2014-05-28 11:52:07 +02:00
Lukas Eder
82e3c96a3a More shell hacking 2014-05-28 11:35:55 +02:00
Lukas Eder
6325321203 Hacking some bash... 2014-05-28 11:07:15 +02:00
Lukas Eder
8fc707ff83 Hamcrest and m2e are not friends 2014-05-28 10:35:15 +02:00
Lukas Eder
03e57ff13d [#3288] Add DSL.date(String), DSL.time(String), and DSL.timestamp(String), as shortcuts for respective valueOf() methods 2014-05-28 10:35:05 +02:00
Lukas Eder
814cd7d549 Added missing [pro] section 2014-05-28 10:33:12 +02:00
Lukas Eder
66ebe17562 Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-05-28 10:17:28 +02:00
Lukas Eder
2e37c2dc43 Fixed bad wrapping of commercial code section 2014-05-28 10:17:11 +02:00
Lukas Eder
03cd0f1b04 [#682] Added forgotten jOOQ-test-utils project 2014-05-28 10:05:48 +02:00
Lukas Eder
42fe073fd3 [#682] Integration tests now running with Maven (finally!) 2014-05-28 09:52:04 +02:00
Lukas Eder
d7c07da369 [#3018] Add <outputSchemaToDefault/> to support "default schemas" during code generation 2014-05-27 12:35:41 +02:00
Lukas Eder
2d3e032a11 [#3282] inputSchema / outputSchema codegen configuration has no effect in Oracle, if inputSchema is lower-cased 2014-05-27 12:34:12 +02:00
Lukas Eder
261a1cbbec Integration test pom.xml fixes 2014-05-27 11:08:31 +02:00
Lukas Eder
e2bf246340 [#3277] SQLite DECIMAL(p, s) types are not correctly recognised - Regenerated test database 2014-05-27 11:07:32 +02:00
Lukas Eder
a51058743a [#3277] SQLite DECIMAL(p, s) types are not correctly recognised 2014-05-27 11:07:24 +02:00
Lukas Eder
f9eb414255 [#3106] Added passing test case (Enum to String mapping is an special
case)
2014-05-27 10:38:27 +02:00
Lukas Eder
d79fe89e03 Added Guava test dependency 2014-05-27 10:07:34 +02:00
Lukas Eder
19710efc14 Upgraded Eclipse settings to reflect lambda and improved annotation formatting 2014-05-27 09:42:37 +02:00
Lukas Eder
32f26f5a90 [#3275] Use maven-plugin-annotations in jOOQ-codegen-maven instead of Javadoc tags 2014-05-27 09:42:07 +02:00
Lukas Eder
d7ad9eb59d Merge branch 'master' of https://github.com/jOOQ/jOOQ.git 2014-05-26 18:11:10 +02:00
Lukas Eder
086f7b4ebb [#682] More database code generations done with Maven 2014-05-26 18:11:02 +02:00
Lukas Eder
a5dd929346 [#682] More database code generations done with Maven 2014-05-26 17:47:49 +02:00