You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PdoBase: Forbid getting item with zero index (fixes#581) (#609)
* Raise KeyError for zero index.
* Properly test different access type return values.
Augment test_pdo_getitem() to not only check the mapped object values.
What's more important is the type of object returned, and whether it
is the correct object (identical to other access method results).
0 commit comments