Some basic datatypes and functions in oracle compatibility mode do not work
(MDEV-19162)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
Just like SYSDATE, SYSTIMESTAMP is required without brackets at the end as this is how it's used across the ORACLE world. Example: "CREATION_DATE TIMESTAMP (6) WITH TIME ZONE DEFAULT SYSTIMESTAMP" Synonym to CURRENT_TIMESTAMP(5) but without brackets. |