Closed apstndb closed 3 weeks ago
This PR implements --proto-descriptor-file option with USE statement compatibility.
--proto-descriptor-file
USE
$ go run ./ --database apstndb-sampledb3 --proto-descriptor-file order_descriptors.pb Connected. spanner> ALTER PROTO BUNDLE INSERT (`examples.shipping.OrderHistory`); Query OK, 0 rows affected (11.11 sec) spanner> USE apstndb-sampledb-with-data-idx; spanner> ALTER PROTO BUNDLE INSERT (`examples.shipping.OrderHistory`); Query OK, 0 rows affected (9.23 sec)
fixes #174
This PR implements
--proto-descriptor-file
option withUSE
statement compatibility.fixes #174