Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The following Oracle statement is not supported in MariaDB with sql_mode="oracle".
select sysdate from dual; <<<< does not work
select sysdate() from dual; <<<<< does work (but not how existing oracle SQL exists)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Compatibility |
Assignee | Michael Widenius [ monty ] |
Fix Version/s | 10.6 [ 24028 ] |
Attachment | sysdate.diff [ 54790 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Component/s | Server [ 13907 ] | |
Fix Version/s | 10.6.1 [ 24437 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 97307 ] | MariaDB v4 [ 156311 ] |
Done in bb-10.6-monty. Will be pushed when all my code in this branch is reviewed