Commit Graph

6558 Commits

Author SHA1 Message Date
lukaseder
d4844310e2 Release 3.11.2 2018-06-27 09:20:53 +02:00
lukaseder
c889a07f03 [#7609] Add Setting to turn off ORDER BY clause in emulated OFFSET .. FETCH pagination 2018-06-27 09:20:42 +02:00
Lukas Eder
2f52095e2a
Merge pull request #7622 from brmeyer/docs
a couple simple doc fixes
2018-06-27 09:14:48 +02:00
Brett Meyer
a46cf62850 add org.jooq.meta.extensions.ddl.DDLDatabase to code generator doc 2018-06-26 17:12:37 -07:00
Brett Meyer
4aa5866e4c docs typo: </propert> -> </property> 2018-06-26 17:07:43 -07:00
lukaseder
971de645b9 [#7619] Don't ship old XSDs in binaries 2018-06-26 15:42:24 +02:00
lukaseder
b2a9d1fb54 [#7569] Regression in UpdatableRecord.store() and update() methods when used with connection pools 2018-06-26 15:19:00 +02:00
lukaseder
dc59407451 [#7616] Support CREATE OR REPLACE VIEW in H2 2018-06-26 13:32:20 +02:00
lukaseder
8ae7218232 [#7579] Fix regex 2018-06-26 13:17:46 +02:00
lukaseder
4655744e52 [#7579] org.jooq.meta.xml.XMLDatabase does not generate target classes when project is compiled on JDK 9 or 10 2018-06-26 12:13:07 +02:00
lukaseder
a3c443f10a [#7609] Add Setting to turn off ORDER BY clause in emulated OFFSET .. FETCH pagination 2018-06-26 11:27:19 +02:00
lukaseder
52ed948aa1 Fixed list of supported databases 2018-06-26 11:26:31 +02:00
lukaseder
d75ac1a799 [#7609] Add Setting to turn off ORDER BY clause in emulated OFFSET .. FETCH pagination 2018-06-22 12:52:57 +02:00
lukaseder
d6102c14cd [#7560] JDBCUtils should recognise :sybase:Tds: 2018-06-21 18:01:29 +02:00
lukaseder
28916223a8 [#7568] Cannot parse CREATE INDEX statement on a field called "field" 2018-06-21 17:26:37 +02:00
lukaseder
838bdf47d2 [#7597] CREATE TABLE with enum types generates CHECK constraint rather than enum type reference in PostgreSQL 2018-06-21 16:55:48 +02:00
lukaseder
5655f5473b [#7599] Print row count in LoggerListener for ResultQuery 2018-06-21 13:34:15 +02:00
lukaseder
4b97c84c7f [#7600] NullPointerException on Query.getBindValues 2018-06-21 12:59:26 +02:00
lukaseder
ce8852f6ba [#7602] Upgrade jOOR dependency's Java 9 functionality 2018-06-21 12:47:31 +02:00
lukaseder
d032831897 Remove unnecessary SuppressWarnings annotation 2018-06-21 12:14:56 +02:00
lukaseder
b1a184a4c3 Release 3.11.1 2018-06-21 12:14:34 +02:00
lukaseder
0c64dcab8b [#7594] Illegal reflective access when running jOOQ on Java 10 2018-06-21 12:05:43 +02:00
lukaseder
0339de9bac [#7584] Regression in DSL.or(Collection) when passing empty collection 2018-06-19 12:58:52 +02:00
lukaseder
f7e6b6987f [#7589] Cannot bind double types to prepared statements when using Oracle and DBCP 2018-06-19 11:09:52 +02:00
lukaseder
8fa8025de0 Clarify jOOQ's stance on binary compatibility 2018-06-19 10:04:51 +02:00
lukaseder
3ed2fa8e48 [#6612] Cannot make maven plugin a module yet 2018-06-15 16:48:26 +02:00
lukaseder
b20d9b4906 [#6612] Cannot make maven plugin a module yet 2018-06-15 16:28:49 +02:00
Lukas Eder
6346a5983e
Merge pull request #7578 from bbaumgartner/patch-1
Spring boot example test repeats identical assertion
2018-06-15 16:03:17 +02:00
lukaseder
965a925876 Removed unnecessary groupId re-definitions 2018-06-14 16:28:04 +02:00
lukaseder
e55ae02928 Fix bad ParserCLI example in release notes 2018-06-14 16:27:58 +02:00
lukaseder
333466038c [#7583] Add new <generatedAnnotationType/> flag to specify Generated annotation 2018-06-14 16:01:45 +02:00
Benno Baumgartner
52453ae66e
rollback2.get() is asserted twice
I guess it should assert rollback1 and rollback2 instead.
2018-06-13 10:32:08 +02:00
lukaseder
bf14e313eb [#7567] Support mixing constraint definitions and columns in the parser 2018-06-12 17:43:16 +02:00
lukaseder
c560390559 [#7571] Support alternative PostgreSQL array syntax in parser 2018-06-12 16:54:02 +02:00
lukaseder
09517ce2ec [#7573] Code generator should generate implicit join constructors in absence of inbound foreign keys 2018-06-12 14:41:48 +02:00
lukaseder
98b8130f84 [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-12 14:26:32 +02:00
lukaseder
f514752de4 [#7565] Remove @javax.annotation.Generated annotation from jOOQ code 2018-06-12 13:02:01 +02:00
lukaseder
33f4a8bcba [#7565] Remove @javax.annotation.Generated annotation from jOOQ code 2018-06-11 13:06:25 +02:00
lukaseder
4ad48173ad [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-11 13:04:43 +02:00
lukaseder
56ee9a270e [#7565] Remove @javax.annotation.Generated annotation from jOOQ code 2018-06-11 12:50:38 +02:00
lukaseder
8c2b1131ab [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-11 11:37:30 +02:00
lukaseder
3dc1c75188 [#7562] Incomplete Support annotation on some of the H2 style mergeInto overloads 2018-06-11 09:58:00 +02:00
lukaseder
33dfa611d4 Fixed Spring Boot example 2018-06-08 14:21:59 +02:00
lukaseder
44491eed01 Highlight package rename in release notes 2018-06-08 14:21:51 +02:00
lukaseder
7021dfe369 [#7556] Add a specific error message if org.jooq.util packages are being used in 3.11+ 2018-06-08 14:08:53 +02:00
lukaseder
b396cded86 Upgraded H2, regenerated some code 2018-06-08 12:35:36 +02:00
lukaseder
7ea8cce3d4 [#7554] UpdatableRecordImpl no longer work when globalObjectReferences is set to false 2018-06-08 12:35:24 +02:00
lukaseder
22b200a389 Release 3.12.0-SNAPSHOT 2018-06-08 10:03:57 +02:00
lukaseder
23df47ba4f Release 3.11.0 2018-06-07 16:45:37 +02:00
lukaseder
ab7fa285ee [#7379] This has to be done for PostgreSQL as well 2018-06-07 13:18:56 +02:00