Commit 6cbf00b
authored
chore: exclude last_update from the THEN RETURN clause (#799)
Columns that are assigned a `PENDING_COMMIT_TIMESTAMP()` value cannot be
included in `THEN RETURN` clauses.
Fixes this build error:
https://github.com/googleapis/python-spanner-sqlalchemy/actions/runs/19180600096/job/54948361746?pr=798
A recent fix in the Emulator caused the samples for SQLAlchemy to start
fail. That is not due to a bug in the Emulator, but due to a bug __fix__
in the Emulator. Previously, the Emulator would allow something that
would fail on Spanner. That difference has now been fixed.1 parent 4e7cb97 commit 6cbf00b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
0 commit comments