[MDEV-13313] JSON type alias is insufficiently compatible Created: 2017-07-13 Updated: 2017-09-27 Resolved: 2017-08-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, JSON |
| Affects Version/s: | 10.2.7 |
| Fix Version/s: | 10.2.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Now it maps to TEXT. It'd be more compatible to map it to
But auto-adding a constraint is questionable. An unexpected constraint in the table definition, performance implications, strange errors if one manually specifies some constraint for this column. |