Skip to content

Commit

Permalink
add NUMERIC to param_types
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Jul 2, 2020
1 parent 52ecec6 commit 194ec3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/spanner_v1/param_types.py
Expand Up @@ -25,6 +25,7 @@
FLOAT64 = type_pb2.Type(code=type_pb2.FLOAT64)
DATE = type_pb2.Type(code=type_pb2.DATE)
TIMESTAMP = type_pb2.Type(code=type_pb2.TIMESTAMP)
NUMERIC = type_pb2.Type(code=type_pb2.NUMERIC)


def Array(element_type): # pylint: disable=invalid-name
Expand Down

0 comments on commit 194ec3c

Please sign in to comment.