Commit Graph

13172 Commits

Author SHA1 Message Date
Lukas Eder
84ad560d09 [jOOQ/jOOQ#16853] MySQL error "BLOB, TEXT, GEOMETRY or JSON column can't
have a default value" when running DDL from generated code
2024-06-25 08:50:19 +02:00
Lukas Eder
c29eb589f0 [jOOQ/jOOQ#12736] More spatial support
- ST_Dimension
2024-06-24 15:09:48 +02:00
Lukas Eder
9a36c64f20 [jOOQ/jOOQ#12736] More spatial support
- ST_Boundary
2024-06-24 14:02:49 +02:00
Lukas Eder
65b479a9a3 [jOOQ/jOOQ#16842] jOOQ-codegen-gradle 3.19.10 assumes presence of a
"main" source set, which isn't always the case
2024-06-24 09:14:02 +02:00
Lukas Eder
cacf0f92b0 [jOOQ/jOOQ#12736] Add support for ST_Transform 2024-06-21 17:50:43 +02:00
Lukas Eder
2d9b8dca31 [jOOQ/jOOQ#16844] Add support for ST_GeometryN 2024-06-21 16:42:50 +02:00
Lukas Eder
820cba15cc [jOOQ/jOOQ#16844] Add support for ST_PointN, and ST_NumPoints 2024-06-21 13:58:45 +02:00
Lukas Eder
4b7f12ad1b [jOOQ/jOOQ#16844] Add support for ST_StartPoint and ST_EndPoint 2024-06-21 12:04:28 +02:00
Lukas Eder
02bb47216a [jOOQ/jOOQ#16844] Add support for ST_Crosses and ST_IsEmpty 2024-06-21 11:32:01 +02:00
Lukas Eder
9ea22a633c [jOOQ/jOOQ#12736] More spatial support
- ST_IsRing
2024-06-21 10:51:42 +02:00
Lukas Eder
a8dda0b90d [jOOQ/jOOQ#12736] More spatial support
- ST_IsSimple
- ST_IsValid
2024-06-20 15:33:12 +02:00
Lukas Eder
d50a5b0ab9 [jOOQ/jOOQ#16841] Add native support for Oracle23ai BOOLEAN typed field expressions from conditions 2024-06-18 13:32:15 +02:00
Lukas Eder
9cb042dcaa [jOOQ/jOOQ#12736] More spatial support
- ST_COVEREDBY
- ST_COVERS
2024-06-18 11:27:04 +02:00
Lukas Eder
434db6e94a [jOOQ/jOOQ#12736] More spatial support
- Add parser utilities for repetitive pro related checks
2024-06-18 10:35:28 +02:00
Lukas Eder
c90448ac6f [jOOQ/jOOQ#12736] More spatial support
- ST_NPoints parser synonym for ST_NumPoints
2024-06-18 10:18:44 +02:00
Lukas Eder
76fd72b68f [jOOQ/jOOQ#12736] More spatial support
- ST_Perimeter
- ST_XMIN
- ST_XMAX
- ST_YMIN
- ST_YMAX
- ST_ZMIN
- ST_ZMAX
2024-06-18 09:44:05 +02:00
Lukas Eder
861b26831a [jOOQ/jOOQ#16839] Handle scalar arrays 2024-06-17 15:53:55 +02:00
Lukas Eder
7741fca818 [jOOQ/jOOQ#15732] Better error message reverse engineering 2024-06-17 15:36:19 +02:00
Lukas Eder
cfd88920e0 [jOOQ/jOOQ#16839] ArrayDataType.getRow() and ArrayDataType.getRecordType() should delegate to underlying elementType 2024-06-17 15:36:08 +02:00
Lukas Eder
4b3640f006 [jOOQ/jOOQ#15732] Better error message reverse engineering 2024-06-17 12:41:33 +02:00
Lukas Eder
7b12c4cf42 [jOOQ/jOOQ#16837] Wrong DuckDB binary literals generated when inlining
bind values
2024-06-17 12:25:51 +02:00
Lukas Eder
7f559da76c [jOOQ/jOOQ#16834] Oops 2024-06-17 10:43:32 +02:00
Lukas Eder
22ae28bbe1 [jOOQ/jOOQ#16836] Add support for DuckDB 1.0.0 2024-06-17 10:26:32 +02:00
Lukas Eder
eb8dc8ce93 [jOOQ/jOOQ#16834] Wrong DataAccessException to IntegrityConstraintViolationException translation for DuckDB 2024-06-17 09:33:15 +02:00
Lukas Eder
608f88a00e [jOOQ/jOOQ#7585] Export the package 2024-06-16 12:10:44 +02:00
Lukas Eder
8fcc42890a [jOOQ/jOOQ#16500] Export the package 2024-06-16 12:09:44 +02:00
Lukas Eder
9389caa7a9 [jOOQ/jOOQ#16830] Add DuckDB spatial support 2024-06-14 15:07:03 +02:00
Lukas Eder
8df4926f4f [jOOQ/jOOQ#16827] Add disclaimer about resolve not throwing exceptions 2024-06-14 09:04:15 +02:00
Lukas Eder
8636eac159 [jOOQ/jOOQ#16827] Add Source.resolve(String) to allow for varied, string
based input sources
2024-06-14 09:00:06 +02:00
Lukas Eder
594823bb6a [jOOQ/jOOQ#16825] The code generation initScript property should be able to read from the file system 2024-06-14 08:59:47 +02:00
Lukas Eder
523e40ce8f [jOOQ/jOOQ#16821] Don't delay jOOQ-codegen-gradle's configuration until
execution by default
2024-06-13 13:16:29 +02:00
Lukas Eder
63fc512194 [jOOQ/jOOQ#16318] No need to inject Project into a Task 2024-06-12 16:58:47 +02:00
Lukas Eder
119ebc9641 [jOOQ/jOOQ#16318] We shouldn't register source sets in task execution 2024-06-12 16:49:38 +02:00
Lukas Eder
12ac2d781b [jOOQ/jOOQ#16318] Allow for specifying inputs to the gradle CodegenTask
in order to participate in incremental builds
2024-06-12 11:38:57 +02:00
Lukas Eder
162ae33f6e [jOOQ/jOOQ#16815] Deprecate internal, protected AbstractRecord.from(Record) method 2024-06-10 13:59:55 +02:00
Lukas Eder
8bf57c477f [jOOQ/jOOQ#16810] Deprecate DataType.convert() 2024-06-10 13:51:53 +02:00
Lukas Eder
e7882b314e [jOOQ/jOOQ#16655] MULTISET nested projection's ContextConverters don't receive correct ConverterContext 2024-06-10 13:40:56 +02:00
Lukas Eder
948901a2b4 [jOOQ/jOOQ#16805] Clarify EmbeddableRecord Javadoc 2024-06-10 10:06:01 +02:00
Lukas Eder
0bfbeca38d [jOOQ/jOOQ#15906] Add QOM API for hypothetical set functions
This includes:

- [jOOQ/jOOQ#16801] Change PERCENT_RANK hypothetical set function to return BigDecimal instead of Integer
2024-06-07 16:27:41 +02:00
Lukas Eder
0d408bdeba [jOOQ/jOOQ#16796] Incorrect emulation of inverse distribution functions
with FILTER clause
2024-06-07 14:10:57 +02:00
Lukas Eder
343deb13c8 [jOOQ/jOOQ#16797] Parser error when trying to parse hypothetical set
function with FILTER clause
2024-06-07 14:09:59 +02:00
Lukas Eder
f8c4b8efa8 [jOOQ/jOOQ#16792] Inconsistent formatting of HSQLDB DUAL table emulation 2024-06-07 10:40:57 +02:00
Lukas Eder
d9bc8f168c [jOOQ/jOOQ#16786] Fix null treatment syntax of window functions in
BigQuery
2024-06-06 15:05:12 +02:00
Lukas Eder
37bb8d80f0 [jOOQ/jOOQ#16754] Fix JSON_GET_ELEMENT_AS_TEXT and JSON_GET_ATTRIBUTE_AS_TEXT impl 2024-06-06 13:57:45 +02:00
Lukas Eder
fa62ca56b3 [jOOQ/jOOQ#16782] NullPointerException in MetaImpl when looking up a dropped table from a disabled foreign key in MySQL 2024-06-06 13:16:00 +02:00
Lukas Eder
0185a3f314 [jOOQ/jOOQ#14775] Add Settings to turn off client side computed column including audit columns 2024-06-06 11:26:06 +02:00
Lukas Eder
1abb2a19fd [jOOQ/jOOQ#16777] Support BigQuery's QUALIFY .. WINDOW keyword order 2024-06-06 11:25:55 +02:00
Lukas Eder
3b7fbb8340 [jOOQ/jOOQ#16754] Fix JSON_GET_ELEMENT and JSON_GET_ATTRIBUTE impl
JSON_EXTRACT is deprecated according to the docs!
2024-06-05 16:37:20 +02:00
Lukas Eder
a2185bf76c [jOOQ/jOOQ#16773] Work around BigQuery limitation of using: HAVING
clause on a non-aggregate query
2024-06-05 16:09:35 +02:00
Lukas Eder
21ea53dac2 [jOOQ/jOOQ#16769] Work around BigQuery ORDER BY clause limitation where
identifiers cannot be resolved if the table and the column share the
same name
2024-06-05 15:33:01 +02:00