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
If a numeric column (tinyint in my case) is mapped as a BooleanField, Django sometime report a wrong value that is always True. This because it checks for the type (...value is False...). The driver should handle this case and convert from a numeric value to a boolean.
The text was updated successfully, but these errors were encountered:
marcogiusti
pushed a commit
to marcogiusti/django-pyodbc-azure
that referenced
this issue
Feb 13, 2019
If a numeric column (tinyint in my case) is mapped as a BooleanField, Django sometime report a wrong value that is always True. This because it checks for the type (
...value is False...
). The driver should handle this case and convert from a numeric value to a boolean.The text was updated successfully, but these errors were encountered: