We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da06a6 commit 4605686Copy full SHA for 4605686
google/cloud/spanner_v1/param_types.py
@@ -33,6 +33,7 @@
33
JSON = Type(code=TypeCode.JSON)
34
PG_NUMERIC = Type(code=TypeCode.NUMERIC, type_annotation=TypeAnnotationCode.PG_NUMERIC)
35
PG_JSONB = Type(code=TypeCode.JSON, type_annotation=TypeAnnotationCode.PG_JSONB)
36
+PG_OID = Type(code=TypeCode.INT64, type_annotation=TypeAnnotationCode.PG_OID)
37
38
39
def Array(element_type):
0 commit comments