Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3.0
-
Labels:
-
Sprint:10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
The following should be supported in MariaDB when running with sql_mode=ORACLE:
- VARCHAR2 - a synonym to VARCHAR
- NUMBER - a synonym to DECIMAL
- DATE (with time portion) - a synonym to MariaDB DATETIME
- RAW - a synonym to VARBINARY
- CLOB - a synonym to LONGTEXT
- BLOB - a synonym to LONGBLOB