Lukas Eder
a8541b8fcc
[ #3769 ] Add org.jooq.Converters, a chained Converter implementation
2014-11-14 14:15:36 +01:00
Lukas Eder
82d46a5a0c
[ #3248 ] Fixed issue related to Oracle OBJECT types and LOB deserialisation
2014-11-14 10:58:20 +01:00
Lukas Eder
de75e0e5c4
[ #3762 ] Bad emulation of DUAL table in HSQLDB when connecting with a DBA user on a database with more than one user
2014-11-14 10:36:39 +01:00
Lukas Eder
3897a78213
[ #3248 ] Binding<T, U> should have two type parameters
2014-11-12 18:33:49 +01:00
Lukas Eder
7aaa4774d0
Fixed deprecation warning
2014-11-12 16:41:05 +01:00
Lukas Eder
06dccf2710
Removed unnecessary parameter
2014-11-12 16:36:07 +01:00
Lukas Eder
4f03507ee2
[ #3723 ] Removed redundant method declarations
2014-11-12 16:26:04 +01:00
Lukas Eder
64a60d0bb8
Merge branch 'master' of https://github.com/jOOQ/jOOQ.git
2014-11-12 11:41:58 +01:00
Lukas Eder
e51dec7653
Release 3.5.0-SNAPSHOT
2014-11-12 11:41:09 +01:00
lukaseder
1826f6e632
[ #3337 ] Add support for the CREATE TABLE statement
2014-11-11 18:34:17 +01:00
lukaseder
83cebee0eb
[ #3760 ] Add Record.intoList()
2014-11-11 18:21:58 +01:00
lukaseder
8fa9878f42
[ #3681 ] Fetch all result sets from executed stored procedures
2014-11-11 17:27:49 +01:00
lukaseder
d501e8bd93
[ #3756 ] Regenerate files only if there is a difference
2014-11-11 14:49:32 +01:00
lukaseder
821bbeada6
Add version number to splash logo
2014-11-11 13:33:53 +01:00
lukaseder
ba7ad5b7c3
[ #3741 ] MySQL ResultSet streaming conflicts with internal SHOW WARNINGS
...
call
2014-11-11 13:33:43 +01:00
lukaseder
0fb96558c2
[ #3758 ] ExecuteListener.warning() is not listed as a method in the
...
Javadoc
2014-11-11 13:05:47 +01:00
lukaseder
094ac23a8c
[ #3752 ] Make <jdbc/> element optional in code generation configuration
2014-11-10 23:24:52 +01:00
lukaseder
a7c33f16da
[ #3754 ] Explain primitive type conversion in Convert.convert() Javadoc
2014-11-10 22:31:53 +01:00
lukaseder
1ce98dc089
[ #3746 ] Add DSLContext.fetchExists(Select<?>)
2014-11-07 19:26:31 +01:00
lukaseder
d3170f223c
[ #3740 ] Add Table.newRecord() and UDT.newRecord() to construct new
...
records with DefaultConfiguration
2014-11-05 08:20:38 +01:00
lukaseder
9e67e21e13
[ #3666 ] [ #3666 ] [ #3730 ]
...
- [#3666 ] Allow to match <types/> with precision and scale
- [#3732 ] Improve performance of <forcedType/> regex evaluation
- [#3730 ] Cannot use regex COMMENTS in <forcedType/>'s <expression/>
2014-11-03 19:32:05 +01:00
Lukas Eder
cf675a8877
[ #3248 ] Add support for Binding (i.e. "Type Providers")
2014-10-30 14:51:15 +01:00
Lukas Eder
0e1c9869d9
[ #3705 ] The jOOQ "flash log" doesn't display nicely when using java.util.logging
2014-10-30 13:03:47 +01:00
Lukas Eder
9248adff4f
[ #3718 ] Use reflection to support also JDBC 4.0
2014-10-30 12:52:43 +01:00
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