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
SQLite does not return rowcount reliably, so forcing a fetchall and then doing a len on it will get the correct rowcount. This will also fix ALL of the row count keywords and table must exist keyword.
0 commit comments