Open insertjokehere opened 6 years ago
If you still have this issue, FreeTDS by default will truncate data.
In your /etc/freetds/freetds.conf
add text size = 1000000000
(Or any value you see fit).
EDIT: I just saw that it worked before. You can still try this but I doubt that you'll see much change.
Hi,
We have just encountered an issue where
BinaryField
fields on models may have their contents truncated to 8000 bytes when using the newestpyodbc
(4.0.22). This doesn't happen withpyodbc
4.0.21.Our reproduction looks like:
We are using Python 3.6 (official Docker image), FreeTDS 1.0.54, django-pyodc-azure 1.11.0.0