Commit Graph

9640 Commits

Author SHA1 Message Date
Lukas Eder
90dbe8978b [jOOQ/jOOQ#11366] OSS edition fix 2021-02-04 09:58:04 +01:00
Lukas Eder
16cd34b158 [jOOQ/jOOQ#11366] Collect nested DECLARE statements in Firebird and pull them up to the top level block 2021-02-03 23:13:12 +01:00
Lukas Eder
0073c3b5b9 [jOOQ/jOOQ#11359] Parse informix DEFINE 2021-02-03 17:57:21 +01:00
Lukas Eder
808b03ef9b [jOOQ/jOOQ#11360] Add CustomStatement 2021-02-03 16:15:36 +01:00
Lukas Eder
73d0eadb4b [jOOQ/jOOQ#11359] Added Informix support for procedural languages
Including (and more):

- [jOOQ/jOOQ#9190] CREATE PROCEDURE / FUNCTION
- [jOOQ/jOOQ#9191] DROP PROCEDURE / FUNCTION
2021-02-03 16:05:00 +01:00
Lukas Eder
b98dbd8591 [jOOQ/jOOQ#11356] Add support for CALL in procedural languages 2021-02-02 21:45:06 +01:00
Lukas Eder
2c5080ffaf [jOOQ/jOOQ#11346] Fixed kotlin example 2021-02-02 21:44:24 +01:00
Lukas Eder
7c6c41ec63 [jOOQ/jOOQ#11345] Memory leak regression in DefaultDataType cache 2021-02-02 16:32:09 +01:00
Lukas Eder
519cb21ff3 [jOOQ/jOOQ#11347] Fixed formatting (excess whitespace from empty WITH) 2021-02-02 15:55:04 +01:00
Lukas Eder
3aad73e45e [jOOQ/jOOQ#11347] Wrong syntax generated for empty WITH clause
This includes:

- [jOOQ/jOOQ#11350] Missing H2 support on WithStep::selectOne and
similar methods
2021-02-02 15:28:11 +01:00
Lukas Eder
a90999b2da [jOOQ/jOOQ#6956] [jOOQ/jOOQ#9190] Added Oracle support
This includes:

- [jOOQ/jOOQ#11348] BooleanDataKey.DATA_FORCE_STATIC_STATEMENT only
forces inlining of bind values, not static statement execution
2021-02-02 14:53:55 +01:00
Lukas Eder
bf70da70bd [jOOQ/jOOQ#9190] Emulate RETURN for PROCEDURE in MariaDB, MySQL 2021-02-01 17:13:25 +01:00
Lukas Eder
5dface3df7 [jOOQ/jOOQ#9190] Firebird no-arg return_() should be EXIT, not RETURN 2021-02-01 16:46:55 +01:00
Lukas Eder
8537ae91c1 [jOOQ/jOOQ#9190] Support Firebird
This includes:

- [jOOQ/jOOQ#11344] Add Context.declareParameters()
2021-02-01 15:08:57 +01:00
Lukas Eder
e532485333 [jOOQ/jOOQ#9190] Added support for PostgreSQL 2021-01-30 16:54:29 +01:00
Lukas Eder
76bf3566c3 [jOOQ/jOOQ#9190] WIP 2021-01-30 15:41:44 +01:00
Lukas Eder
6e48f713f7 [jOOQ/jOOQ#11323] Add HSQLDB procedural language support 2021-01-29 21:48:07 +01:00
Lukas Eder
50c32272e9 [jOOQ/jOOQ#11265] Internal DataKey.DATA_PREPEND_SQL functionality should
be cumulative
2021-01-29 18:21:10 +01:00
Lukas Eder
4672fc15bc [jOOQ/jOOQ#11265] Internal DataKey.DATA_PREPEND_SQL functionality should
be cumulative
2021-01-29 18:18:24 +01:00
Lukas Eder
6a0b4714cd [jOOQ/jOOQ#11325] PostgreSQL 11 compatible fix 2021-01-29 18:18:00 +01:00
Lukas Eder
c8f290cfa3 [jOOQ/jOOQ#11325] PostgreSQL routines with long names are excluded by code generator 2021-01-29 15:49:38 +01:00
Lukas Eder
cda7b1bc42 [jOOQ/jOOQ#11338] Add convenience for common bracing / formatting / indenting SQL rendering 2021-01-29 14:52:48 +01:00
Lukas Eder
a0449b67a4 [jOOQ/jOOQ#11334] Field.getDataType(Configuration) resets nullability 2021-01-29 14:07:22 +01:00
Lukas Eder
17742be57b [jOOQ/jOOQ#11336] Emulate CREATE OR REPLACE in MySQL
- FUNCTION
- PROCEDURE
- TRIGGEER
2021-01-29 13:40:16 +01:00
Lukas Eder
055015fda9 [jOOQ/jOOQ#11329] Deprecate XYZFinalStep types 2021-01-29 13:07:48 +01:00
Lukas Eder
4f5224e041 [jOOQ/jOOQ#11329] Remove new XYZFinalStep types again
XYZFinalStep types that have never been released, can be removed again, instead of going through a deprecation phase. These include:

- DropFunctionFinalStep
- DropProcedureFinalStep
- DropTriggerFinalStep
- CreateFunctionFinalStep
- CreateProcedureFinalStep
- CreateTriggerFinalStep
2021-01-29 11:23:37 +01:00
Lukas Eder
7b3dbc645e [jOOQ/jOOQ#11333] Add parser support for hash style comments (#) in MariaDB, MySQL 2021-01-29 11:04:55 +01:00
Lukas Eder
b35d11dfe3 [jOOQ/jOOQ#9190] Emulate OR REPLACE in MySQL 2021-01-29 10:48:48 +01:00
Lukas Eder
1c649bbc8b [jOOQ/jOOQ#9190] Refactored common FUNCTION and PROCEDURE logic 2021-01-29 10:34:32 +01:00
Lukas Eder
d9b912c2aa [jOOQ/jOOQ#9190] Support CREATE OR REPLACE FUNCTION / PROCEDURE 2021-01-28 23:44:52 +01:00
Lukas Eder
fa3058f7d3 [jOOQ/jOOQ#9190] Support OUT parameters in procedures 2021-01-28 17:40:52 +01:00
Lukas Eder
f620247007 [jOOQ/jOOQ#9190] Standardise RETURN 2021-01-28 16:38:25 +01:00
Lukas Eder
2fc91bab03 [jOOQ/jOOQ#9190] Add CREATE PROCEDURE support 2021-01-28 16:23:01 +01:00
Lukas Eder
cfdc38c081 [jOOQ/jOOQ#11330] Let Parameter<T> extend Variable<T> 2021-01-28 09:45:33 +01:00
Lukas Eder
fb83bee182 [jOOQ/jOOQ#9190] Add support for CREATE FUNCTION - WIP 2021-01-27 21:10:57 +01:00
Lukas Eder
501115c250 [jOOQ/jOOQ#9190] Add support for CREATE FUNCTION and CREATE PROCEDURE
- DSL API for CREATE FUNCTION
- Basic implementation for HSQLDB
- Simple integration test added
2021-01-27 20:48:22 +01:00
Lukas Eder
fbcb914e4b [jOOQ/jOOQ#9191] Add support for DROP FUNCTION and DROP PROCEDURE 2021-01-27 16:35:19 +01:00
Lukas Eder
a845bbcf17 [jOOQ/jOOQ#8230] Support parsing RAISE 2021-01-27 16:12:55 +01:00
Lukas Eder
939e20bf44 [jOOQ/jOOQ#11323] Add remark about DSL statements not being executable 2021-01-27 16:01:37 +01:00
Lukas Eder
c89b97d64c [jOOQ/jOOQ#11323] Add HSQLDB procedural language support 2021-01-27 15:17:19 +01:00
Lukas Eder
551c6a3a90 [jOOQ/jOOQ#8230] Support parsing SIGNAL 2021-01-27 14:48:17 +01:00
Lukas Eder
2b0bdf7387 [jOOQ/jOOQ#11323] Add HSQLDB procedural language support
This includes:

- [jOOQ/jOOQ#8230] Add support for RAISE or SIGNAL in the procedural API
- [jOOQ/jOOQ#6956] Add support HSQLDB CREATE TRIGGER
2021-01-27 14:29:45 +01:00
Lukas Eder
55793288a4 [jOOQ/jOOQ#11253] Work around Eclipse compiler bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=570511 2021-01-27 11:52:54 +01:00
Lukas Eder
aa946ead7f [jOOQ/jOOQ#10551] Add support for Apache Ignite
- Correct emulation of UPDATE/DELETE .. ORDER BY .. LIMIT
2021-01-27 10:07:03 +01:00
Lukas Eder
0c231407e0 [jOOQ/jOOQ#10844] Fixed regression 2021-01-27 10:06:50 +01:00
Lukas Eder
be1c88f19a [jOOQ/jOOQ#10551] Add support for Apache Ignite
- Support empty GROUP BY
2021-01-26 22:14:23 +01:00
Lukas Eder
94e12e4f90 [jOOQ/jOOQ#11319] JDBCDatabase produces empty string as default value everywhere 2021-01-26 22:13:52 +01:00
Lukas Eder
9bcc3a5ba5 Whitespace change 2021-01-26 15:44:56 +01:00
Lukas Eder
a037ebcb2c Whitespace change 2021-01-26 15:41:58 +01:00
Lukas Eder
61f95f7ddf [jOOQ/jOOQ#11309] ArrayDataType.toString() should indicate that it's an array type 2021-01-26 14:25:37 +01:00