Commit Graph

3682 Commits

Author SHA1 Message Date
lukaseder
e6c5401cc0 [#7735] XJC generated classes should generate XmlElementWrapper element for Lists 2018-08-08 16:02:49 +02:00
lukaseder
3f4f0cafa9 [#7732] XJC generated classes should compare Pattern.pattern() in generated equals() and hashCode() methods 2018-08-08 14:46:58 +02:00
lukaseder
4a85b87484 [#7732] XJC generated classes should compare Pattern.pattern() in generated equals() and hashCode() methods 2018-08-08 13:03:12 +02:00
lukaseder
550b6009e6 [#6612] Revert modularisation of jOOQ 2018-08-08 11:34:23 +02:00
lukaseder
bf33ef5699 [#7725] Support parsing unknown, parameterless functions 2018-08-08 10:14:03 +02:00
lukaseder
d2a6a0f04c [#7727] Support parsing DEGREES() as a synonym for DEGREE() and DEG(), and RADIANS() for RADIAN(), RAD() 2018-08-08 10:01:40 +02:00
lukaseder
d1b571ddd3 [#7724] Parser should support parsing pi() function 2018-08-08 09:56:05 +02:00
lukaseder
63379a2343 [#7711] Support recent features for Sybase ASE 2018-08-02 18:15:42 +02:00
lukaseder
fb09fbbb81 [#7714] Meta.getCatalogs() should not return catalogs in databases that do not support them 2018-08-02 18:12:27 +02:00
lukaseder
5c77c2c031 [#7705] Add support for PostgreSQL FOR NO KEY UPDATE and FOR KEY SHARE 2018-07-30 13:06:49 +02:00
lukaseder
245a4f19c9 [#7688] NPE in MockResultSet.withTZ() methods 2018-07-30 11:35:18 +02:00
lukaseder
f523170c02 [#7696] Cannot parse H2 style ARRAY data type 2018-07-30 10:00:58 +02:00
lukaseder
46d1d5053d [#7694] Cannot parse OTHER data type 2018-07-30 09:47:07 +02:00
lukaseder
f873b46bf8 [#7672] NPE in DefaultRecordMapper when returning it from custom RecordMapperProvider 2018-07-20 10:06:12 +02:00
lukaseder
e7c4b42cec [#7297] [#7663] Fixed StackOverflowError 2018-07-12 12:49:14 +02:00
lukaseder
53bd929f5e [#7297] [#7663]
- [#7297] Support deriving a WindowDefinition from another WindowDefinition
- [#7663] Referenced WindowDefinitions should not be inlined in MySQL, Sybase SQL Anywhere
2018-07-10 18:46:05 +02:00
lukaseder
e203490c3b [#7660] EVERY() aggregate function emulation doesn't yield NULL when aggregating empty sets 2018-07-10 17:08:34 +02:00
lukaseder
af0d8e1750 [#7659] Support any Number type for LIMIT .. OFFSET 2018-07-10 16:29:42 +02:00
lukaseder
896d00406b [#7651] Error Parsing Script for DDLDatabase when column name is called index 2018-07-10 11:50:07 +02:00
lukaseder
70685cbff3 [#7655] ResultImpl#intoMap produces an incorrect error message on duplicate key 2018-07-10 10:08:36 +02:00
lukaseder
c66e612c51 [#7647] Fixed parser 2018-07-06 15:44:43 +02:00
lukaseder
31e8dae615 [#7647] Support window function EXCLUDE clause 2018-07-06 15:03:34 +02:00
lukaseder
d62518fa25 [#7646] Support for window functions GROUPS mode 2018-07-06 14:18:02 +02:00
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
798821b7dc [#7643] Use slf4j directly for logging, remove log4j dependency 2018-07-05 12:45:04 +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
c889a07f03 [#7609] Add Setting to turn off ORDER BY clause in emulated OFFSET .. FETCH pagination 2018-06-27 09:20:42 +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
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
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
333466038c [#7583] Add new <generatedAnnotationType/> flag to specify Generated annotation 2018-06-14 16:01:45 +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
98b8130f84 [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-12 14:26:32 +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