georgemarshall / django-cryptography

Easily encrypt data in Django

Home Page:https://django-cryptography.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use with mssql-django backend

paxw-panevo opened this issue · comments

commented

Does this package only support specific database backends? We get an error when running migrations,

('42000', "[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near 'None'. (102) (SQLExecDirectW)") and we're using mssql-django