michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Add a converter for boolean fields #196

Open marcogiusti opened 5 years ago

marcogiusti commented 5 years ago

Sometime a numeric column is mapped to a boolean field. In this case the driver should return a boolean.

Fix #195