[CONPY-116] Wrong type for SQL type JSON Created: 2020-09-29 Updated: 2020-09-29 Resolved: 2020-09-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Since MariaDB Server 10.5 data type JSON is not returned as MYSQL_TYPE_JSON anymore, but as MYSQL_TYPE_BLOB with extended field attributes, which results in wrong data type:
Output:
|
| Comments |
| Comment by Georg Richter [ 2020-09-29 ] |
|
Fixed in rev. 5d4a8d5d6242597c80f1f0b9740b68f7b743188b |