Commit aa195e7
remi Taylor
Wrap Datastore insert and update samples in transactions
These samples actually run an upsert because they use `datastore.save`
rather than explicitly calling #insert and #update. `datastore.save` is
the correct, simple idiomatic sample but these samples execute multiple
queries against Datastore rather than one so they should be wrapped in
transactions. If either query fails, the entire transaction will be
rolled back and an exception will be raised.1 parent 532c029 commit aa195e7
1 file changed
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | | - | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
| |||
0 commit comments