Some basic datatypes and functions in oracle compatibility mode do not work
(MDEV-19162)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | None |
| Fix Version/s: | 10.6.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Attachments: |
|
| Description |
|
This is already available in MariaDB as "EXCEPT" returns the Result of the query 1 that is not found in the result of query 2
Oracle Doc: https://www.techonthenet.com/oracle/minus.php |
| Comments |
| Comment by Alexander Barkov [ 2019-09-10 ] |
|
Faisal Is the task to support the MINUS keyword as a synonym to EXCEPT in this context? |
| Comment by Ian Gilfillan [ 2020-07-26 ] |
|
Yes, a synonym, as Oracle's MINUS is the equivalent of EXCEPT [DISTINCT] |
| Comment by woqutech [ 2021-01-05 ] |
|
the patch in attachment is mapping MINUS to EXCEPT, please review it. thanks! |
| Comment by Michael Widenius [ 2021-01-05 ] |
|
Patch ok. Will add to my 10.6 tree |