[CONJ-1098] JSON类型字段在select union中返回列类型错误 Created: 2023-08-04 Updated: 2023-08-04 |
|
| Status: | Open |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | 3.0.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | wangxinyu | Assignee: | Diego Dupin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | JSON, union | ||
| Environment: |
操作系统:Windows10专业版; |
||
| Description |
|
操作系统:Windows10专业版; public static void main(String args[]) { } } 问题现象: 2、当未使用select UNION时select json_col from json1 order by 1 asc,查询结果集返回列类型为JSON,是正确的。 |