Commit adf8df5
authored
Fix updating intermediate nullable fields for <= 2.2 Tarantool version (#134)
Updating intermediate nullable fields failed for Tarantool version < 2.3.
The problem was in error checking. In Tarantool version < 2.3 there are
`box.error.NO_SUCH_FIELD_NO` and `box.error.NO_SUCH_FIELD_NAME`
errors for not finding field in the tuple but in Tarantool version < 2.3
there is `box.error.NO_SUCH_FIELD` error for this case.1 parent 6a1200a commit adf8df5
File tree
3 files changed
+9
-3
lines changed- .github/workflows
- crud/common
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments