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 38d62b2 commit 630da4eCopy full SHA for 630da4e
google/cloud/spanner_v1/param_types.py
@@ -32,6 +32,7 @@
32
JSON = Type(code=TypeCode.JSON)
33
PG_NUMERIC = Type(code=TypeCode.NUMERIC, type_annotation=TypeAnnotationCode.PG_NUMERIC)
34
PG_JSONB = Type(code=TypeCode.JSON, type_annotation=TypeAnnotationCode.PG_JSONB)
35
+PG_OID = Type(code=TypeCode.INT64, type_annotation=TypeAnnotationCode.PG_OID)
36
37
38
def Array(element_type):
0 commit comments