Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UUID=True #1

Closed
wants to merge 1 commit into from
Closed

Support UUID=True #1

wants to merge 1 commit into from

Conversation

tdamsma
Copy link
Owner

@tdamsma tdamsma commented Nov 9, 2020

Follow up of dropbox#95

SQLAlchemy allows setting UUID columns to either a string representation
of a UUID (e.g '46260785-9b7e-4a59-824f-af994a510673') or to a Python
uuid.UUID object.

Fixes dropbox#94

@tdamsma tdamsma closed this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using uuid.UUID with PotgreSQL's UUID
1 participant