Lukas Eder
|
cd1e228444
|
[#1504] Document behaviour of fetch() and fetchOne() in case jOOQ cannot
fetch actual records
|
2012-06-29 14:56:49 +02:00 |
|
Lukas Eder
|
428108b426
|
Updated copyright date from 2009-2011 to 2009-2012
|
2012-02-27 18:40:53 +00:00 |
|
Lukas Eder
|
161105a8ab
|
[#1007] Formally document the API methods to indicate whether something is supported by any given SQL dialect - documented statements and clauses. Next step: Document functions
[#1019] Render LIMIT x OFFSET y also for MySQL, instead of LIMIT y, x
|
2011-12-30 13:38:37 +00:00 |
|
Lukas Eder
|
123b2cca0b
|
[#981] Cannot insertInto(table("my_table")), as plain SQL tables return Table<Record>, not Table<TableRecord>. Relax bound on R - Fixed INSERT
|
2011-12-10 16:06:06 +00:00 |
|
Lukas Eder
|
c6bcc388cc
|
[#804] Add <R extends Record> to Insert, Update, Delete
|
2011-11-11 14:18:07 +00:00 |
|
Lukas Eder
|
007aa862ef
|
[#898] Replace usage of checked SQLException by an unchecked DataAccessException, similar to that of Spring
[#899] Build jOOQ .jar files as bundles to be deployed into OSGI environments
[#900] Purge deprecated API - Prior to 2.0
|
2011-11-04 16:07:08 +00:00 |
|
Lukas Eder
|
0c6edbc807
|
Release 1.6.6 - Javadoc fix
|
2011-09-12 17:26:47 +00:00 |
|
Lukas Eder
|
f4d7641806
|
[#826] Allow for returning several records in the INSERT .. RETURNING clause
|
2011-09-12 16:49:58 +00:00 |
|
Lukas Eder
|
243ab8700b
|
[#813] Add DSL support for INSERT .. RETURNING
|
2011-08-30 22:34:35 +00:00 |
|