trinodb / trino-python-client

Python client for Trino
Apache License 2.0
307 stars 151 forks source link

Support UUID for SQLAlchemy #358

Closed lpoulain closed 1 year ago

lpoulain commented 1 year ago

Describe the feature

Implement an UUID type in SQLAlchemy to map Trino's UUID

Describe alternatives you've considered

Provide support via SQLAlchemy of Trino's UUID type

Are you willing to submit PR?

lpoulain commented 1 year ago

PR: https://github.com/trinodb/trino-python-client/pull/359