Commit Graph

3411 Commits

Author SHA1 Message Date
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
Lukas Eder
25107a6d8d [#682] More database code generations done with Maven 2014-05-26 17:45:26 +02:00
Lukas Eder
d0e8a22df4 [#682] More database code generations done with Maven 2014-05-26 17:42:46 +02:00
Lukas Eder
652d2e07df [#3267] Misleading DSLContext.batch() Javadoc. It should be clear that an additional call to execute() is needed. 2014-05-26 16:10:36 +02:00
Lukas Eder
dac0df446f [#682] Moving more library.xml content to the pom.xml 2014-05-21 14:28:43 +02:00
Lukas Eder
94dfd7bd75 [#682] Moving more library.xml content to the pom.xml 2014-05-20 20:03:21 +02:00
Lukas Eder
3f58268f77 [#3237] UpdatableRecord.store() executes INSERT instead of UPDATE when nullable primary keys are NULL 2014-05-20 15:51:12 +02:00
Lukas Eder
29ef5221a8 [#2646] Fix for SQL Server 2008 2014-05-12 18:07:37 +02:00
Lukas Eder
fb8df86748 [#2646] SQL Server error "The text, ntext, and image data types cannot be compared or sorted" when using LIMIT with a SELECT [text, image] statement 2014-05-12 17:58:13 +02:00
Lukas Eder
36f7d9e20e [#2646] Added failing test 2014-05-12 17:40:21 +02:00
Lukas Eder
d2123f1c99 [#3229] Add DSLContext.transaction() to implement nested transaction semantics through functional interfaces 2014-05-12 15:14:08 +02:00
Lukas Eder
a9021a493a [#3200] Fixed integration tests 2014-05-12 15:10:38 +02:00