crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
78 stars 31 forks source link

Added automatic conversion of UUIDs to strings. #567

Closed SStorm closed 1 year ago

SStorm commented 1 year ago

About

When transport-encoding SQL parameters to JSON, Python's UUID type has not been taken into consideration. This patch intends to improve the situation.