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
fix(1.11): fetch_many() and fetch_all() must not fail
These two methods shall return empty lists when no rows are available.
In MS SQL Server (or pyodcb), they are generating an exception, which -
among other things - breaks standard Django migrations.
0 commit comments