Commit Graph

3758 Commits

Author SHA1 Message Date
Lukas Eder
afa2dec2cd [#3718] Exceptions on rollback hide the original exceptions causing the rollback 2014-10-30 11:45:34 +01:00
Lukas Eder
ed2b7aabee Updated jOOQ academy link 2014-10-30 11:10:11 +01:00
Lukas Eder
bcd4e9ec70 [#1658] Fixed unit tests 2014-10-30 10:35:14 +01:00
Lukas Eder
062f32e2a6 Release 3.5.0 2014-10-20 16:50:02 +02:00
Lukas Eder
348447248f [#3703] Deprecate CastMode.SOME and RenderContext.cast() 2014-10-20 16:49:52 +02:00
Lukas Eder
d70cee4dad [#3702] Add Configuration.family() for convenience and API consistency 2014-10-20 12:13:13 +02:00
Lukas Eder
56a07b060b [#3701] Add some Sakila-based examples 2014-10-20 11:36:17 +02:00
Lukas Eder
60deb27bbd [#3696] OutOfMemoryError with SQL Azure, caused by long-running loop of
consuming further exceptions
2014-10-20 11:30:31 +02:00
Lukas Eder
cf00bd9d6d [#3579] Fixed UNION implementation for databases that support LIMIT / OFFSET 2014-10-15 19:02:04 +02:00
Lukas Eder
d77e77696b [#3579] More meaningful API 2014-10-15 18:29:15 +02:00
Lukas Eder
bebc454fc7 Eclipse... 2014-10-15 18:28:14 +02:00
Lukas Eder
b0541ab2d5 Added jOOQ brand to free jOOQ edition log output 2014-10-15 17:56:07 +02:00
Lukas Eder
0d04edf326 Capitalise spring boot project 2014-10-14 10:24:02 +02:00
Lukas Eder
a9b1b4fbfd [#3682] PostgreSQL INSERT .. RETURNING doesn't work with plain SQL table 2014-10-14 10:23:52 +02:00
Lukas Eder
7a0a3c82f3 Added missing license file 2014-10-13 11:14:00 +02:00
Lukas Eder
305f90c86a [#3662] Added jOOQ-example for Spring Boot 2014-10-13 11:01:52 +02:00
Lukas Eder
0469811769 [#3662] Added jOOQ-example for Spring Boot 2014-10-13 11:01:45 +02:00
Lukas Eder
3384ba1821 Merge pull request #3662 from thomasdarimont/feature/spring-boot-example
Added jOOQ-example for Spring Boot.
2014-10-13 10:46:32 +02:00
Lukas Eder
0f5f67bf8c [#1380] Extract equals() and hashCode() generation into an overridable protected method. 2014-10-13 10:10:11 +02:00
Lukas Eder
83d12c8d70 [#3000] Fixed also org.jooq.impl.Val implementation 2014-10-10 15:55:06 +02:00
Lukas Eder
74c76a15c5 [#3678] Add some JavaBeans-style setters to the DefaultConfiguration to
simplify configuration via Spring
2014-10-10 15:39:51 +02:00
Lukas Eder
3d185e193a Add a remark about the jOOQ integration tests 2014-10-10 14:59:03 +02:00
Lukas Eder
52cf4faffb [#3680] Remove all unit tests that make assumptions on how exactly the SQL is rendered 2014-10-10 14:52:24 +02:00
Lukas Eder
fe3af75a03 Fixed some bad @Support annotations 2014-10-10 14:30:23 +02:00
Lukas Eder
568f012e46 [#3579] [#3664] Emulate nested set operators in databases that don't support them natively 2014-10-10 14:30:11 +02:00
Lukas Eder
8c54801066 [#3000] Add additional DEFAULT value for BackslashEscaping 2014-10-07 11:50:40 +02:00
Lukas Eder
8723f0353c [#3670] Add DSL.coerce(Object, ...<T>) for convenience 2014-10-07 10:31:20 +02:00
Lukas Eder
c72ab430ab [#3671] Add alternative DSL.concat() syntax for convenience 2014-10-07 10:25:35 +02:00
Lukas Eder
107a02824d [#3668] Let GenerationTool also search absolute and relative paths 2014-10-06 18:20:42 +02:00
Lukas Eder
8d94027341 [#3669] Make the code generator's <database/> element optional 2014-10-06 18:06:50 +02:00
Lukas Eder
3d64431f59 [#3667] <types/> configuration doesn't work for Derby DATE types 2014-10-06 17:02:33 +02:00
Lukas Eder
7600a95523 Upgraded maven-eclipse-plugin 2014-10-06 16:04:56 +02:00
Lukas Eder
35deaae280 [#3661] Additional info on DEBUG level 2014-10-06 15:49:31 +02:00
Lukas Eder
86a57994c2 [#3661] Log some info about the type being matched by a <forcedType/> configuration 2014-10-06 15:39:06 +02:00
Lukas Eder
c8c5bb16d8 [#3630] ArrayOutOfBoundsException when using backslash escaping in MySQL with jOOQ plain SQL 2014-10-06 15:00:44 +02:00
Lukas Eder
426255e6fa [#3000] Add Setting to enable MySQL backslash escaping 2014-10-06 14:29:11 +02:00
Lukas Eder
64306e5596 [#3665] Typos in Javadocs 2014-10-06 12:17:21 +02:00
Lukas Eder
ece9035bc9 [#3650] NullPointerException on TableRecord.insert() when primary key information is not present 2014-10-06 10:45:33 +02:00
Thomas Darimont
33f6b2864f Added jOOQ-example for Spring Boot. 2014-10-03 14:09:31 +02:00
Lukas Eder
423ecdefab [#3648] Adapted unit tests 2014-09-23 13:48:23 +02:00
Lukas Eder
bfd0c6ae0c [#3648] Use JDBC Escape syntax for MySQL Date / Time literals to circumvent a known MySQL bug 2014-09-23 13:43:38 +02:00
Lukas Eder
5ccf02f3b5 Latest jOOQ Academy changes 2014-09-23 13:43:16 +02:00
Lukas Eder
029a72cc41 Release 3.5.0-SNAPSHOT 2014-09-22 14:47:28 +02:00
Lukas Eder
445602e83f [#3644] Enhance DSL API to work around Nashorn interoperability issue with overloading and varargs 2014-09-22 14:47:20 +02:00
Lukas Eder
abcd8535f6 Release 3.5.0-SNAPSHOT 2014-09-19 15:10:54 +02:00
Lukas Eder
51677f609f [#3639] java.lang.NoSuchMethodException: createARRAY when using Oracle arrays with Spring TransactionAwareDataSourceProxy 2014-09-19 15:02:53 +02:00
Lukas Eder
9ff65a95f8 More jOOQ Academy content 2014-09-17 19:27:24 +02:00
Lukas Eder
4ab81b708a More jOOQ Academy content 2014-09-17 18:37:40 +02:00
Lukas Eder
afbb924bee More jOOQ Academy content 2014-09-17 18:37:34 +02:00
Lukas Eder
31477324dc [#3638] Let ResultQuery<R> extend Iterable<R> 2014-09-17 17:52:10 +02:00