Commit Graph

8520 Commits

Author SHA1 Message Date
Lukas Eder
eece41ce41 [jOOQ/jOOQ#8950] Added JSON_TABLE support 2020-04-16 12:07:23 +02:00
Lukas Eder
7e02efddda [jOOQ/jOOQ#10072] Fixed test 2020-04-15 18:15:04 +02:00
Lukas Eder
3032580fd4 [jOOQ/jOOQ#10072] Out of the box support mapping between XML and POJOs
using JAXB
2020-04-15 17:57:28 +02:00
Lukas Eder
8446f10c10 [jOOQ/jOOQ#10072] Out of the box support mapping between JSON and POJOs using Jackson/Gson 2020-04-15 17:21:00 +02:00
Lukas Eder
70a293d1f9 [jOOQ/jOOQ#8950] Workaround https://jira.mariadb.org/browse/MDEV-13701 2020-04-15 16:38:45 +02:00
Lukas Eder
0f3a641588 [jOOQ/jOOQ#10071] DefaultRecordMapper should apply ConverterProvider for Record1.into(...) calls 2020-04-15 15:39:57 +02:00
Lukas Eder
2afcfe084f [jOOQ/jOOQ#10060] Avoid escaping of nested JSON content in MySQL 2020-04-15 13:59:26 +02:00
Lukas Eder
3ce7931a61 [jOOQ/jOOQ#3896] Further improvements
- Documented DataType.convert() methods
- Removed some unnecessary Convert.convert() usages in DefaultBinding
- Extracted Tools.converter() convenience API
2020-04-15 12:20:19 +02:00
Lukas Eder
a7bdae7c64 [jOOQ/jOOQ#10068] Add native support for the DB2 OVERLAPS predicate 2020-04-15 11:53:59 +02:00
Lukas Eder
2622e3c0f8 [jOOQ/jOOQ#10060] In fact, the behaviour can be seen as correct.
The dialects do not agree on whether aggregating empty sets with
JSON_ARRAYAGG() leads to NULL or an empty []
2020-04-15 11:13:42 +02:00
Lukas Eder
18abd3084b [jOOQ/jOOQ#10070] jOOQ should allow empty JOIN .. USING clauses 2020-04-15 11:13:32 +02:00
Lukas Eder
5a233b7568 [jOOQ/jOOQ#10060] Non-Oracle DBs cannot concatenate NULL to strings 2020-04-15 10:39:47 +02:00
Lukas Eder
ded032a68a [jOOQ/jOOQ#3896] Added additional Javadoc 2020-04-14 18:53:44 +02:00
Lukas Eder
934d96f3b1 [jOOQ/jOOQ#3896] Add Configuration.converterProvider() to allow for implementing default converters between <T> and <U> types 2020-04-14 18:49:38 +02:00
Lukas Eder
fe4a29bd74 [jOOQ/jOOQ#10060] Emulate JSON_ARRAYAGG() in older MariaDB versions 2020-04-14 14:39:55 +02:00
Lukas Eder
09bf049e6d [jOOQ/jOOQ#10061] Add native support for DISTINCT predicate in Db2 2020-04-14 11:37:49 +02:00
Lukas Eder
9a02aa94a2 [jOOQ/jOOQ#10052] Fixed Oracle DELETE WHERE with UPDATE 2020-04-09 15:39:11 +02:00
Lukas Eder
289502dc3a [jOOQ/jOOQ#10056] Again ORA-38104 on newer versions of Oracle 2020-04-09 14:36:29 +02:00
Lukas Eder
8407d26bc8 [jOOQ/jOOQ#10052] Added parser support for MERGE .. DELETE WHERE 2020-04-09 14:10:44 +02:00
Lukas Eder
651af3bbea [jOOQ/jOOQ#10052] Added parser support for WHEN MATCHED .. THEN DELETE 2020-04-09 14:02:51 +02:00
Lukas Eder
8bd54c502c [jOOQ/jOOQ#7291] Fixed OSS edition again 2020-04-09 13:55:55 +02:00
Lukas Eder
283ea836ca [jOOQ/jOOQ#7291] HSQLDB also incorrectly implements F313 "Enhanced MERGE
statement", like H2
2020-04-09 11:31:56 +02:00
Lukas Eder
e80491b652 [jOOQ/jOOQ#7291] Fixed OSS edition 2020-04-09 09:48:59 +02:00
Lukas Eder
c3e5dd25a6 [jOOQ/jOOQ#7291] More FIREBIRD and ORACLE fixes 2020-04-08 21:24:56 +02:00
Lukas Eder
810419b4ff [jOOQ/jOOQ#7291] Work around http://tracker.firebirdsql.org/browse/JDBC-621 2020-04-08 18:02:06 +02:00
Lukas Eder
0ac440f83e [jOOQ/jOOQ#7291] Remove Pro only code 2020-04-08 17:16:14 +02:00
Lukas Eder
a465035339 [jOOQ/jOOQ#7291] Fixed Firebird support 2020-04-08 17:14:50 +02:00
Lukas Eder
da0cbb7706 [jOOQ/jOOQ#7291] Workaround SQL Server WHEN MATCHED restriction
This prevents error 5324 "In a MERGE statement, a 'WHEN MATCHED' clause
with a search condition cannot appear after a 'WHEN MATCHED' clause with
no search condition."
2020-04-08 16:43:19 +02:00
Lukas Eder
acb457f763 [jOOQ/jOOQ#7291] Fixed support annotations on WHERE syntax 2020-04-08 16:42:48 +02:00
Lukas Eder
2aafc5192d [jOOQ/jOOQ#7291] Workaround for
https://github.com/h2database/h2database/issues/2552
2020-04-08 12:06:48 +02:00
Lukas Eder
8b4abf881a [jOOQ/jOOQ#10052] Fix ordering of DELETE WHERE emulation MATCHED clauses 2020-04-08 11:03:02 +02:00
Lukas Eder
f97400943d [jOOQ/jOOQ#10050] Fixed Javadoc 2020-04-08 10:31:04 +02:00
Lukas Eder
c3de72f537 [jOOQ/jOOQ#10050] Add support for optimistic locking with UpdatableRecord.merge() 2020-04-08 10:29:01 +02:00
Lukas Eder
01c58467e7 [jOOQ/jOOQ#10052] Support MERGE .. DELETE WHERE in more dialects 2020-04-08 09:27:59 +02:00
Lukas Eder
ade6e27094 [jOOQ/jOOQ#7291] Restored WHERE clauses 2020-04-07 18:12:53 +02:00
Lukas Eder
76e7b74b0b [jOOQ/jOOQ#7291] Added parser support 2020-04-06 17:33:24 +02:00
Lukas Eder
7b443dc2f1 [jOOQ/jOOQ#7291] Add support for multiple MERGE .. WHEN [ NOT ] MATCHED AND { condition } 2020-04-06 17:18:15 +02:00
Lukas Eder
e62581488c [jOOQ/jOOQ#10049] Add DAO.merge() 2020-04-06 17:17:58 +02:00
Lukas Eder
48074e08a6 [jOOQ/jOOQ#10045] Deprecate the H2 style MERGE statement 2020-04-06 14:33:06 +02:00
Lukas Eder
7a9b46eb14 [jOOQ/jOOQ#10043] Added Support annotation to DAO methods 2020-04-06 14:29:45 +02:00
Lukas Eder
1c1da86f76 [jOOQ/jOOQ#10046] Add DSLContext.batchMerge() 2020-04-06 14:23:11 +02:00
Lukas Eder
2c430c57e3 [jOOQ/jOOQ#10045] Deprecate the H2 style MERGE statement 2020-04-06 13:53:18 +02:00
Lukas Eder
b131440bef [jOOQ/jOOQ#2961] Add UpdatableRecord.merge() 2020-04-06 13:30:35 +02:00
Lukas Eder
4bf092bb2b [jOOQ/jOOQ#10043] Add Support annotations to TableRecord.insert(), and UpdatableRecord.store(), update(), delete(), etc. 2020-04-06 11:43:21 +02:00
Lukas Eder
95b4de86aa [jOOQ/jOOQ#10041] Add support for Oracle 20c window function GROUPS and EXCLUDE clauses 2020-04-06 11:18:00 +02:00
Lukas Eder
cd4901a2bb [jOOQ/jOOQ#10040] Add support for Oracle 20c EXCEPT ALL and INTERSECT ALL 2020-04-06 11:13:29 +02:00
Lukas Eder
98bfed2657 [jOOQ/jOOQ#10038] Add SQLDialect.ORACLE20C 2020-04-06 11:02:20 +02:00
Lukas Eder
e624f5f28f [jOOQ/jOOQ#10010] Rename Loader { CSV | JSON | Rows } Step.fieldsFromSource() to fieldsCorresponding() 2020-04-03 18:11:57 +02:00
Lukas Eder
0b21120fb2 [jOOQ/jOOQ#10034] Stop casting bind values in UPDATE .. SET 2020-04-03 17:32:16 +02:00
Lukas Eder
0f9f437299 [jOOQ/jOOQ#2823] [jOOQ/jOOQ#10033] Update comment issue references 2020-04-03 17:18:07 +02:00