-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.4.3
-
Component/s: JSON
-
Labels:None
Since there's no context where someone will want a JSON type without the constraint, and excluding it causes compatibility problems with MySQL, why not map
CREATE TABLE t (j JSON); |
to
CREATE TABLE t ( |
j JSON
|
CHECK (JSON_VALID(j)) |
);
|
- relates to
-
MDEV-9144 JSON data type
-
- Closed
-
-
MDEV-13313 JSON type alias is insufficiently compatible
-
- Closed
-