Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
Description
MariaDB [test]> SELECT CAST('foo' AS JSON); |
+---------------------+ |
| CAST('foo' AS JSON) | |
+---------------------+ |
| foo |
|
+---------------------+ |
1 row in set (0.00 sec) |
I don't think it makes any sense. We don't even have format JSON, how can we pretend we can CAST to it? And it's not even a valid JSON text.
Attachments
Issue Links
- relates to
-
MDEV-9143 JSON_xxx functions
- Closed