Improper deserialization of JSON type when top of level of data is array #404
Labels
api: spanner
Issues related to the googleapis/python-spanner-sqlalchemy API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When inserting
list<dict>
(ex:[{"a": "b"}, {"x": "y"}]
) into a JSON type via SQLAlchemy, insert works fine but when reading the same record, it gets deserialized to an empty JsonObject ({}
)Environment details
Steps to reproduce
Expected Output:
Got Output:
The text was updated successfully, but these errors were encountered: