lukaseder
|
85686ef330
|
[#7628] Added native support for CREATE INDEX .. INCLUDE clause
|
2018-07-05 17:43:17 +02:00 |
|
lukaseder
|
a6a9dd271a
|
[#7628] Add support for PostgreSQL 11 - Added SQLDialect
|
2018-07-05 17:38:46 +02:00 |
|
lukaseder
|
17389bc57c
|
[#7644] Code generator uses H2 TIMESTAMP precision instead of scale
|
2018-07-05 14:54:13 +02:00 |
|
Lukas Eder
|
5e0728bf38
|
Update .travis.yml
|
2018-07-05 12:57:40 +02:00 |
|
lukaseder
|
0b9fe15820
|
[#7643] Use slf4j directly for logging, remove log4j dependency
|
2018-07-05 12:53:19 +02:00 |
|
lukaseder
|
798821b7dc
|
[#7643] Use slf4j directly for logging, remove log4j dependency
|
2018-07-05 12:45:04 +02:00 |
|
lukaseder
|
773895d126
|
[#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.3
|
2018-07-04 12:46:31 +02:00 |
|
lukaseder
|
39d07d07e1
|
[#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.3
|
2018-07-04 12:41:35 +02:00 |
|
lukaseder
|
0c9a195bdf
|
[#6866] Document that DDLDatabase, JPADatabase require an additional dependency
|
2018-07-04 12:09:49 +02:00 |
|
lukaseder
|
75a2b63611
|
[#7627] Cannot parse comma separated identity specification elements
|
2018-07-02 11:49:54 +02:00 |
|
lukaseder
|
7b8e1a9282
|
[#7637] Manual refers to non-existent configuration element in Gradle code generation configuration
|
2018-07-02 11:49:41 +02:00 |
|
lukaseder
|
5d2624146a
|
[#7627] Cannot parse comma separated identity specification elements
|
2018-07-02 11:37:14 +02:00 |
|
lukaseder
|
c3ce66c1e6
|
[#7633] But don't qualify the constraint name in its declaration
|
2018-07-02 10:43:48 +02:00 |
|
lukaseder
|
37403abffa
|
[#7633] ALTER TABLE .. ADD FOREIGN KEY .. REFERENCES references unqualified table name
|
2018-07-02 10:35:32 +02:00 |
|
lukaseder
|
d71980886f
|
[#7634] Add remark to the Javadoc of <SQLDialect>DataType classes indicating what the deprecation replacement is
|
2018-07-02 10:35:10 +02:00 |
|
lukaseder
|
881bd76669
|
[#7630] Close the Maven Plugin's URLClassLoader after code generation
|
2018-07-02 08:54:34 +02:00 |
|
Lukas Eder
|
754cc13267
|
Merge pull request #7630 from SerCeMan/master
Close the Maven Plugin's URLClassLoader after code generation
|
2018-07-02 08:45:36 +02:00 |
|
Sergey Tselovalnikov
|
d1c6163cb6
|
close the plugin classloader after finishing the job
|
2018-07-02 15:44:42 +10:00 |
|
lukaseder
|
419eedff5e
|
[#7048] Document the FILTER clause
|
2018-06-27 15:50:04 +02:00 |
|
lukaseder
|
8d3c7cef05
|
[#7397] Add a section to the manual about SELECT *
|
2018-06-27 15:34:35 +02:00 |
|
lukaseder
|
2c8209a013
|
[#7429] Flawed Custom Logging ExecuteListener example in the manual
|
2018-06-27 15:21:27 +02:00 |
|
lukaseder
|
f806a0c447
|
[#7622] Typo in manual, additional DDLDatabase and JPADatabase reference
|
2018-06-27 09:21:04 +02:00 |
|
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 |
|