PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | None |
| Fix Version/s: | 10.3.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||||||
| Description |
|
The SQL standard syntax for NEXT VALUE FOR works for both non-qualified and qualified sequence names:
Qualified sequence names also work with IBM DB2 syntax for PREVIOUS VALUE FOR
Under terms of this task we'll add support for qualified sequence names for Oracle syntax, to make these queries work:
|
| Comments |
| Comment by Alexander Barkov [ 2017-04-20 ] |
|
Pushed to bb-10.2-ext, 10.3, bb-10.2-compatibility. |