Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
MariaDB [test]> CREATE TABLE dttest2 (nc NCLOB); |
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NCLOB)' at line 1 |
MariaDB [test]> CREATE TABLE dttest2 (nc CLOB); |
Query OK, 0 rows affected (0.010 sec) |
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Compatibility |
Component/s | Data types [ 13906 ] | |
Component/s | Parser [ 10201 ] |
Epic Link | MDEV-19162 [ 74215 ] |
Description |
{code:sql} MariaDB [test]> CREATE TABLE dttest2 (nc NCLOB); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NCLOB)' at line 1 MariaDB [test]> CREATE TABLE dttest2 (nc CLOB); Query OK, 0 rows affected (0.010 sec) {code} |
{code:sql}
MariaDB [test]> CREATE TABLE dttest2 (nc NCLOB); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'NCLOB)' at line 1 MariaDB [test]> CREATE TABLE dttest2 (nc CLOB); Query OK, 0 rows affected (0.010 sec) {code} |
Epic Link | MDEV-19162 [ 74215 ] |
Parent | MDEV-19162 [ 74215 ] | |
Issue Type | Task [ 3 ] | Technical task [ 7 ] |
Assignee | Alexander Barkov [ bar ] |
Assignee | Alexander Barkov [ bar ] | |
Labels | Compatibility | Compatibility Oracle |
Workflow | MariaDB v3 [ 94196 ] | MariaDB v4 [ 141232 ] |