Skip to content

Commit

Permalink
Merge pull request #76 from PlaidCloud/sc-10307
Browse files Browse the repository at this point in the history
Add type handling for generated UUIDs
  • Loading branch information
chucklay authored Mar 29, 2023
2 parents 00f5f6a + fc57e6c commit 9d90c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaidcloud/rpc/type_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def pandas_dtype_from_sql(sql):
r'^largebinary': LargeBinary,
r'^byte.*': LargeBinary,
r'^xml$': PlaidUnicode(4000),
r'^uuid$': UUID,
r'^(?:generated_)?uuid$': UUID,
r'^money$': PlaidNumeric,
r'^real$': PlaidNumeric,
r'^json$': JSONB,
Expand Down

0 comments on commit 9d90c8b

Please sign in to comment.