GoogleCloudPlatform / cloud-spanner-emulator

An open source emulator for Cloud Spanner.
Apache License 2.0
263 stars 42 forks source link

Missing support untyped params for TIMESTAMP and DATE #174

Open larkee opened 2 months ago

larkee commented 2 months ago

As identified in googleapis/python-spanner/issues/1148, the emulator does not support untyped non-null parameters for TIMESTAMP and DATE values. This matches the old behavior of Spanner. However, Spanner now supports untyped non-null parameters for TIMESTAMP and DATE values so the emulator needs to be updated to match this.

larkee commented 2 months ago

The fix will be included in the next release :+1: