[CONPY-62] Decimal values returned as strings when passing in paramaters Created: 2020-05-05 Updated: 2020-05-05 Resolved: 2020-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | None |
| Fix Version/s: | 0.9.58 |
| Type: | Bug | Priority: | Major |
| Reporter: | Rob Hedgpeth (Inactive) | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Passing in parameters causes decimals to be returned as strings. conn = mariadb.connect(**config)
conn = mariadb.connect(**config)
|
| Comments |
| Comment by Georg Richter [ 2020-05-05 ] |
|
Fixed in rev. 87684a1fdbffd5207cabc288f67be4ac289b65fb |