Commit 97bd065
committed
SA14/Tests: Remove masking the resultproxy and fix setup of fake cursors
Beforehand, after observing errors like::
RuntimeError: number of values in row (1) differ from number of column processors (0)
we decided to take the `resultproxy` out of the equation in order to
work on the real gist of SQLAlchemy 1.4 compatibility.
When looking at this again, it turned out that the root cause have been
inaccuracies when setting up fake cursors within the test cases.
SQLAlchemy <1.4 might have been more forgiving on that, but >=1.4 isn't.1 parent bfea4c4 commit 97bd065
3 files changed
Lines changed: 1 addition & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments