[MDEV-18825] Document porting of user defined aggregate functions (UDAF) to sql_mode=ORACLE Created: 2019-03-05 Updated: 2019-04-10 Resolved: 2019-04-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Kenneth Dyer (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Request via email Can you please document this? Syntactically, an UDAF for sql_mode=ORACLE is 1. a FETCH GROUP NEXT ROW statement 2. an EXCEPTION WHEN NO_DATA_FOUND Please find examples in tests in this commit: https://github.com/mariadb/server/commit/3b47587f419f70687d840c522f4a80e7762b9183 Note, Oracle has UDAFs, but they are implemented using a |
| Comments |
| Comment by Jacob Moorman (Inactive) [ 2019-04-10 ] |
|
This has been mitigated through updates to: |