google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

feat(spanner/spansql): Add tests and parser support for THEN RETURN

Open c2nes opened this issue 3 years ago • 3 comments

This change adds THEN RETURN support for DML statements. The existing "Query" methods already support executing such statements, so this change is limited to updating documentation, adding integration tests, and updating the spansql package. Support has not been added to the spannertest in-memory implementation of Spanner, but the feature absence has been noted in the corresponding README.

c2nes avatar Aug 15 '22 14:08 c2nes

Note: Integration tests are not expected to pass until THEN RETURN support is launched.

c2nes avatar Aug 15 '22 14:08 c2nes