[MDEV-6328] Request: mysqlv8udfs Created: 2014-06-11 Updated: 2015-11-02 Resolved: 2015-11-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Could you please include this plugin? https://github.com/rpbouman/mysqlv8udfs We would avoid to satisfy dependencies + compile + install + exec SQL file. |
| Comments |
| Comment by Richard Bensley [ 2015-02-25 ] |
|
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. |
| Comment by Federico Razzoli [ 2015-02-26 ] |
|
Please, note that this feature request is about support for an existing plugin. The plugin provides the ability to use JavaScript functions in an SQL expression, using Google's JavaScript engine. This is more about business logic, not data. |
| Comment by Sergei Golubchik [ 2015-11-02 ] |
|
See MDEV-8828 |