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
In my opinion the sqlite3 module's handling of pointers is more convoluted than it needs to be. It tracks db/stmt pointers using hash tables, but this seems like unnecessary overhead. I am thinking of making some changes that should keep the top level backward compatible, but might make the sqlite3 low level ff API backwards incompatible.
See parent issue #2
The text was updated successfully, but these errors were encountered: