float value cannot be used to insert data to NUMERIC field. #315
Labels
api: spanner
Issues related to the googleapis/python-spanner API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Float data type is mapped to float: spanner.param_types.FLOAT64 Link.
We need to add support to map decimal.Decimal type in python to Numeric type in spanner.
Environment details
google-cloud-spanner
version: 3.2.0Steps to reproduce
Code example
Thanks!
The text was updated successfully, but these errors were encountered: