Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Could you please include this plugin?
https://github.com/rpbouman/mysqlv8udfs
We would avoid to satisfy dependencies + compile + install + exec SQL file.
Attachments
Issue Links
- is duplicated by
-
MDEV-8828 javascript v8 udfs
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | defaullt [ 42325 ] | MariaDB v2 [ 42581 ] |
Workflow | MariaDB v2 [ 42581 ] | MariaDB v3 [ 61551 ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 61551 ] | MariaDB v4 [ 132350 ] |
Now that the CONNECT engine supports reading and writing JSON files, does that not make UDF's for JSON manipulation redundant? You can now use what is arguably the worlds most popular database client api, to manipulate the most popular document messaging format.
Creating SQL with custom functions requires a different development approach to just using generic SQL to directly manipulate JSON files.
https://mariadb.com/kb/en/mariadb/connect-json-table-type/