Commit d296aa9
authored
feat: support FOR UPDATE clauses (#1919)
Spanner now supports FOR UPDATE clauses. This is now also reflected in the
DatabaseMetaData returned by the JDBC driver.
See also https://cloud.google.com/spanner/docs/release-notes#January_27_20251 parent 60ee659 commit d296aa9
File tree
2 files changed
+2
-2
lines changed- src
- main/java/com/google/cloud/spanner/jdbc
- test/java/com/google/cloud/spanner/jdbc
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments