Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Dmitry Tolpeko [ dmtolpeko ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 10.2.2 [ 22013 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Labels | Compatibility |
Labels | Compatibility |
Assignee | Dmitry Tolpeko [ dmtolpeko ] | Alexander Barkov [ bar ] |
Fix Version/s | 10.3.0 [ 22127 ] | |
Fix Version/s | 10.2.2 [ 22013 ] |
Labels | Compatibility |
Labels | Compatibility | Compatibility NRE-307517 |
Link |
This issue includes |
Link |
This issue includes |
Labels | Compatibility NRE-307517 | Approved Compatibility NRE-307517 |
nre-project | NRE-307517 |
Labels | Approved Compatibility NRE-307517 | Approved Compatibility |
NRE Approved | Yes [ 10304 ] |
Labels | Approved Compatibility | Compatibility |
Labels | Compatibility | Compatibility need_review |
Component/s | Parser [ 10201 ] |
Summary | Providing compatibility for basic SQL data types | sql_mode=ORACLE: Providing compatibility for basic SQL data types |
Description |
The following should be supported in MariaDB:
* VARCHAR2 * NUMBER * DATE (with time portion) * RAW * CLOB (as a large object) * BLOB (as a large object) |
The following should be supported in MariaDB when running with {{sql_mode=ORACLE}}:
* VARCHAR2 * NUMBER * DATE (with time portion) * RAW * CLOB (as a large object) * BLOB (as a large object) |
Description |
The following should be supported in MariaDB when running with {{sql_mode=ORACLE}}:
* VARCHAR2 * NUMBER * DATE (with time portion) * RAW * CLOB (as a large object) * BLOB (as a large object) |
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}} * {{CLOB}} (as a large object) * {{BLOB}} (as a large object) |
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}} * {{CLOB}} (as a large object) * {{BLOB}} (as a large object) |
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}} * |
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}} * |
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}} |
Labels | Compatibility need_review | Compatibility |
Workflow | MariaDB v3 [ 76365 ] | MariaDB v4 [ 150592 ] |
Why wasn't NVARCHAR2 made a synonym to NVARCHAR too? In our (currently Oracle) database NVARCHAR2 is used even more often than VARCHAR2..