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
sqlite3: Fix additional issues introduced by bug 64531 fix
Fixes an existing issue tha was surfaced in #5204 where re-using a variable to
get the result of a statement on the second round of execution would cause a
spurious reset call to be made to SQLite between execute() and fetchArray()
being called. This was previously not changing the behaviour, as reset was
already being called too many times, but it did mean the bug was not fixed for
all potential scenarios.
0 commit comments