Commit 248b688
committed
Add 'serializable' flag to Transaction.
Closes googleapis#1204.1 parent 2ef1639 commit 248b688Copy full SHA for 248b688
5 files changed
+87-20Lines changed: 87 additions & 20 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- gcloud/datastore
- system_tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+7-2Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
440 | 440 | |
441 | 441 | |
442 | 442 | |
443 | | - |
| 443 | + |
444 | 444 | |
445 | 445 | |
446 | 446 | |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
447 | 452 | |
448 | | - |
| 453 | + |
449 | 454 | |
450 | 455 | |
451 | 456 | |
|
Collapse file
gcloud/datastore/test_client.py
Copy file name to clipboardExpand all lines: gcloud/datastore/test_client.py+16-2Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
790 | 790 | |
791 | 791 | |
792 | 792 | |
793 | | - |
| 793 | + |
794 | 794 | |
795 | 795 | |
796 | 796 | |
| ||
802 | 802 | |
803 | 803 | |
804 | 804 | |
805 | | - |
| 805 | + |
| 806 | + |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
| 811 | + |
| 812 | + |
| 813 | + |
| 814 | + |
| 815 | + |
| 816 | + |
| 817 | + |
| 818 | + |
| 819 | + |
806 | 820 | |
807 | 821 | |
808 | 822 | |
|
Collapse file
gcloud/datastore/test_transaction.py
Copy file name to clipboardExpand all lines: gcloud/datastore/test_transaction.py+41-11Lines changed: 41 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
| 24 | + |
| 25 | + |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
40 | 56 | |
41 | 57 | |
42 | 58 | |
| ||
64 | 80 | |
65 | 81 | |
66 | 82 | |
67 | | - |
| 83 | + |
68 | 84 | |
69 | 85 | |
70 | 86 | |
71 | 87 | |
72 | 88 | |
73 | 89 | |
74 | | - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
75 | 102 | |
76 | 103 | |
77 | 104 | |
| ||
80 | 107 | |
81 | 108 | |
82 | 109 | |
83 | | - |
| 110 | + |
| 111 | + |
84 | 112 | |
85 | 113 | |
86 | 114 | |
| ||
134 | 162 | |
135 | 163 | |
136 | 164 | |
137 | | - |
| 165 | + |
| 166 | + |
138 | 167 | |
139 | 168 | |
140 | 169 | |
| ||
146 | 175 | |
147 | 176 | |
148 | 177 | |
149 | | - |
| 178 | + |
150 | 179 | |
151 | 180 | |
152 | 181 | |
153 | 182 | |
154 | | - |
| 183 | + |
| 184 | + |
155 | 185 | |
156 | 186 | |
157 | 187 | |
| ||
179 | 209 | |
180 | 210 | |
181 | 211 | |
182 | | - |
183 | | - |
| 212 | + |
| 213 | + |
184 | 214 | |
185 | 215 | |
186 | 216 | |
|
Collapse file
gcloud/datastore/transaction.py
Copy file name to clipboardExpand all lines: gcloud/datastore/transaction.py+21-3Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
88 | | - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
89 | 94 | |
90 | 95 | |
91 | 96 | |
| ||
100 | 105 | |
101 | 106 | |
102 | 107 | |
103 | | - |
| 108 | + |
104 | 109 | |
105 | 110 | |
106 | 111 | |
| 112 | + |
107 | 113 | |
108 | 114 | |
109 | 115 | |
| ||
114 | 120 | |
115 | 121 | |
116 | 122 | |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
117 | 134 | |
118 | 135 | |
119 | 136 | |
| ||
138 | 155 | |
139 | 156 | |
140 | 157 | |
141 | | - |
| 158 | + |
| 159 | + |
142 | 160 | |
143 | 161 | |
144 | 162 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
107 | 107 | |
108 | 108 | |
109 | 109 | |
110 | | - |
111 | | - |
| 110 | + |
| 111 | + |
112 | 112 | |
113 | 113 | |
114 | 114 | |
|
0 commit comments