Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
bb-10.5-hf 6dfb3fab2 |
MariaDB [(none)]> select * from json_table('{"a":0}',"$" columns(a for ordinality)) foo; |
ERROR 1046 (3D000): No database selected |
It works with MySQL:
MySQL 8.0.19 |
MySQL [(none)]> select * from json_table('{"a":0}',"$" columns(a for ordinality)) foo; |
+------+ |
| a |
|
+------+ |
| 1 |
|
+------+ |
1 row in set (0.001 sec) |
Attachments
Issue Links
- relates to
-
MDEV-17399 Add support for JSON_TABLE
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MENT-659 [ MENT-659 ] |
Link | This issue relates to TODO-2305 [ TODO-2305 ] |
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2020-04-20 13:35:56.0 | 2020-04-20 13:35:56.443 |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 107387 ] | MariaDB v4 [ 157635 ] |