[MDEV-13916] Enforce check constraint on JSON type Created: 2017-09-27 Updated: 2019-02-15 Resolved: 2019-02-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | JSON |
| Fix Version/s: | 10.4.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
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
to
|
| Comments |
| Comment by Sergei Golubchik [ 2017-09-27 ] |
|
I considered that in
that's why I haven't done it. Basically, I can see some users being for and some being against this feature and I cannot say what approach will work best for them all. |
| Comment by Michael Widenius [ 2019-02-13 ] |
|
Talked with Sergei and we agree to do this with two small changes:
|
| Comment by Michael Widenius [ 2019-02-13 ] |
|
Pushed into 10.4 |