Commit Graph

11500 Commits

Author SHA1 Message Date
Lukas Eder
f5c067338e [jOOQ/jOOQ#13596] Apply change to WithTable, too 2022-09-01 08:41:20 +02:00
Lukas Eder
9684b41abf [jOOQ/jOOQ#13596] Add QOM.Aliasable, a query object model type implemented by all aliasable objects 2022-08-31 18:02:27 +02:00
Lukas Eder
70543da543 [jOOQ/jOOQ#13944] Add Traversers.consuming(Consumer<? super QueryPart>) 2022-08-31 16:37:18 +02:00
Lukas Eder
596b5d5394 [jOOQ/jOOQ#13843] Cannot use Table as SelectField from derived table
where nesting records is supported natively
2022-08-31 15:51:58 +02:00
Lukas Eder
58a9029b20 [jOOQ/jOOQ#13936] Code generator should properly qualify H2 domain enums 2022-08-30 14:31:27 +02:00
Lukas Eder
008c4fefdc [jOOQ/jOOQ#13935] Support H2's qualified domains 2022-08-30 14:13:22 +02:00
Lukas Eder
4006e00d11 [jOOQ/jOOQ#13934] DDLDatabase cannot handle qualified enum types in
CREATE TABLE
2022-08-30 14:03:54 +02:00
Lukas Eder
69f62e6b69 [jOOQ/jOOQ#13928] Emulate UPDATE .. RETURNING in MariaDB 10.5+ using INSERT .. SELECT .. ON DUPLICATE KEY UPDATE .. RETURNING 2022-08-29 16:32:35 +02:00
Lukas Eder
d558c4ba9f [jOOQ/jOOQ#13925] Show deprecation warning for javax.persistence annotations also for method and field annotations 2022-08-29 10:54:45 +02:00
Lukas Eder
20665c1d4c [jOOQ/jOOQ#13926] NullPointerException thrown instead of
DetachedException, when executing detached query
2022-08-29 10:26:03 +02:00
Lukas Eder
ae61ed60bb Make sure users test latest version before reporting bugs 2022-08-29 09:51:48 +02:00
Lukas Eder
ea55baf863 [jOOQ/jOOQ#13913] Convert truncates microseconds from OffsetDateTime
when converting to Instant
2022-08-25 13:21:19 +02:00
Lukas Eder
dd7f0b0ad8 [jOOQ/jOOQ#13919] PostgreSQL generated code doesn't maintain precision / scale on NUMERIC or TIME, TIMETZ, TIMESTAMP, TIMESTAMPTZ types 2022-08-25 11:03:47 +02:00
Lukas Eder
9175efa07a Database product is essential 2022-08-24 21:41:46 +02:00
Lukas Eder
260f7e4233 [jOOQ/jOOQ#6489] [jOOQ/jOOQ#13592] Added tip 2022-08-24 15:42:17 +02:00
Lukas Eder
3e81b49090 Fix OS version 2022-08-24 13:44:54 +02:00
Lukas Eder
0d15748974
Update question.yaml
Nope, not supported
2022-08-24 13:39:29 +02:00
Lukas Eder
7c5687dab8
Update question.yaml 2022-08-24 13:39:16 +02:00
Lukas Eder
5611a68af9
Update question.yaml
Is this supported?
2022-08-24 13:39:06 +02:00
Lukas Eder
068bef8454
Update question.yaml 2022-08-24 13:37:02 +02:00
Lukas Eder
fc3d629880
Update feature_request.yaml 2022-08-24 13:36:54 +02:00
Lukas Eder
b29a778fa0
Update bug_report.yaml 2022-08-24 13:36:06 +02:00
Lukas Eder
c21542af79
Create manual-feedback.yaml 2022-08-24 13:32:14 +02:00
Lukas Eder
b563a5cf81
Update feature_request.yaml 2022-08-24 13:26:53 +02:00
Lukas Eder
e8b2a84a77
Update and rename feature_request.md to feature_request.yaml 2022-08-24 13:26:28 +02:00
Lukas Eder
1cb13a99d1
Update question.yaml 2022-08-24 13:24:24 +02:00
Lukas Eder
9e4f3d73cd
Update question.yaml 2022-08-24 13:22:11 +02:00
Lukas Eder
5a1905dc6d
Update question.yaml 2022-08-24 13:21:39 +02:00
Lukas Eder
eac32fee0a
Update and rename question.md to question.yaml 2022-08-24 13:21:04 +02:00
Lukas Eder
0140794e80
Update bug_report.yaml
target="_blank" is removed by github
2022-08-24 13:18:36 +02:00
Lukas Eder
1268836fe8
Update bug_report.yaml
Let's try HTML
2022-08-24 13:16:55 +02:00
Lukas Eder
278c46dca4
Update bug_report.yaml
This kramdown doesn't work...
2022-08-24 13:13:48 +02:00
Lukas Eder
f923de6319
Update bug_report.yaml
I don't know what I'm doing
2022-08-24 13:12:48 +02:00
Lukas Eder
12bf1b04f8
Update bug_report.yaml
Several iterations again...
2022-08-24 13:12:03 +02:00
Lukas Eder
f3f1abf93c
Update bug_report.yaml
Try kramdown to support opening links in new tabs: https://stackoverflow.com/a/63546509/521799
2022-08-24 13:11:44 +02:00
Lukas Eder
3761629aa4
Update bug_report.yaml
The prose isn't so important. The important part are the reproduction steps
2022-08-24 13:09:19 +02:00
Lukas Eder
768766faa5
Update bug_report.yaml
oh my
2022-08-24 13:07:51 +02:00
Lukas Eder
d5b3d41563
Update bug_report.yaml
... this will need several iterations
2022-08-24 13:07:29 +02:00
Lukas Eder
c85b3cdc31
Update and rename bug_report.md to bug_report.yaml
Let's play around with the new templates: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2022-08-24 13:06:46 +02:00
Lukas Eder
2a94f455bc [jOOQ/jOOQ#11969] Linked to new blog post 2022-08-24 11:14:57 +02:00
Lukas Eder
57cbf96252 [jOOQ/jOOQ#13904] Code generation fails with H2 2.1.214 when using CASE_INSENSITIVE_IDENTIFIERS 2022-08-23 08:41:04 +02:00
Lukas Eder
eb8dfd689f [jOOQ/jOOQ#13906] Logger name repeated twice 2022-08-23 08:26:11 +02:00
Lukas Eder
1b3aae3d3d [jOOQ/jOOQ#13897] The maven codegen plugin does not load
syntheticObjects from external configurationFile
2022-08-22 09:12:22 +02:00
Lukas Eder
21c4b942d3 [jOOQ/jOOQ#13891] H2 dialect should always generate standard OFFSET .. FETCH 2022-08-19 11:24:37 +02:00
Lukas Eder
dd13f01390 [jOOQ/jOOQ#13894] Add SQLDialect.precedesStrictly(SQLDialect) 2022-08-19 11:15:04 +02:00
Lukas Eder
862f3939e9 [jOOQ/jOOQ#13893] Add SQLDialect.H2_2_1_214 2022-08-19 11:05:57 +02:00
Lukas Eder
038454ad1f [jOOQ/jOOQ#13880] Fix regression
The "primary" flag is passed to the inline constraint parse method. As such, it could be true because of a previous column. We must ignore that, and consider only locally set "unique" flags
2022-08-18 11:12:20 +02:00
Lukas Eder
26d7ccec7d [jOOQ/jOOQ#13881] Parse and ignore SQLite DDL conflict-clause 2022-08-18 10:08:55 +02:00
Lukas Eder
53c47f352e [jOOQ/jOOQ#13882] Parse length on unknown data types 2022-08-18 09:39:57 +02:00
Lukas Eder
1df45f4945 [jOOQ/jOOQ#13880] Parser should parse and ignore PRIMARY KEY UNIQUE 2022-08-18 09:25:28 +02:00