Commit Graph

3703 Commits

Author SHA1 Message Date
Lukas Eder
5923c3fc9e
Merge pull request #7765 from llucherini/race-condition
[#7764] Race condition in DefaultRecordMapper
2018-08-20 13:00:27 +02:00
Lukas Eder
d4da4946f8 [#7153] Allow for configuring a locale to be used for upper/lower casing inside of jOOQ 2018-08-20 12:11:37 +02:00
Lukas Eder
0884090495 [#7774] Add support for DROP TYPE 2018-08-17 15:01:40 +02:00
Lukas Eder
84956226df [#7774] Add support for DROP TYPE 2018-08-17 14:56:58 +02:00
Lukas Eder
85e2b1c6ff [#7518] [#7570] [#7776] Better support for enum types
- [#7518] [#7776] Add support for parsing custom data types
- [#7570] Add support for CREATE TYPE .. AS ENUM
2018-08-17 14:26:39 +02:00
Lukas Eder
a4ccdb3848 [#7771] DDLDatabase should ignore storage clauses 2018-08-17 12:48:46 +02:00
Lukas Eder
1191d7915d [#7769] Parser cannot parse MySQL's DEFAULT CHARSET clause 2018-08-17 12:17:12 +02:00
Lukas Eder
d2469cbbba [#7711] Support recent features for Sybase ASE 2018-08-17 11:49:39 +02:00
lorenzo
3d06139d8e Reverted accidentally reordered imports
This reverts commit 611f54ada9.
2018-08-16 18:20:27 +01:00
lorenzo
611f54ada9 Fixed a race condition in DefaultRecordMapper.java 2018-08-16 18:07:33 +01:00
Lukas Eder
c82b8b1c01 [#7711] Support recent features for Sybase ASE 2018-08-16 14:15:20 +02:00
Lukas Eder
328730ab3f [#7761] JZ0NK: Generated keys are not available in Sybase ASE when calling UpdatableRecord.store() on a table without identity 2018-08-16 14:14:58 +02:00
Lukas Eder
4b95a83e27 [#7757] Improve SQLite LPAD() and RPAD() emulation 2018-08-13 13:18:41 +02:00
Lukas Eder
e852dc5ba0 [#7756] Improve SQLite repeat() emulation 2018-08-13 13:10:43 +02:00
Lukas Eder
9832681cb4 [#7748] Add support for CREATE SEQUENCE flags 2018-08-10 17:11:35 +02:00
Lukas Eder
7820534370 [#7749] Support parsing CREATE INDEX .. ON .. USING btree (..) 2018-08-10 16:27:13 +02:00
Lukas Eder
69ae58974d [#7742] Potential NullPointerException in custom Converter when running INSERT statement 2018-08-10 11:12:34 +02:00
Lukas Eder
819105a0e3 [#7361] Improve formatting of nested joins 2018-08-09 15:07:52 +02:00
lukaseder
04252a5628 [#7706] ArrayIndexOutOfBoundsException when using double quotes in plain SQL as string delimiters 2018-08-08 17:31:44 +02:00
lukaseder
dc363aa0ed [#7737] Remove the org.jooq.api.annotation package 2018-08-08 16:32:01 +02:00
lukaseder
87b3188a5c [#7734] Make JAXB dependency optional with a custom fallback implementation 2018-08-08 16:14:55 +02:00
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