Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit c0d7464

Browse files
harshachintasinhasubham
authored andcommitted
chore: expose type
Signed-off-by: Sri Harsha CH <sriharshach@google.com>
1 parent db654f3 commit c0d7464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/spanner_v1/param_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
TIMESTAMP = Type(code=TypeCode.TIMESTAMP)
3434
NUMERIC = Type(code=TypeCode.NUMERIC)
3535
JSON = Type(code=TypeCode.JSON)
36+
UUID = Type(code=TypeCode.UUID)
3637
PG_NUMERIC = Type(code=TypeCode.NUMERIC, type_annotation=TypeAnnotationCode.PG_NUMERIC)
3738
PG_JSONB = Type(code=TypeCode.JSON, type_annotation=TypeAnnotationCode.PG_JSONB)
3839
PG_OID = Type(code=TypeCode.INT64, type_annotation=TypeAnnotationCode.PG_OID)

0 commit comments

Comments
 (0)