#2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in
mysql)
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Database wrapper | Version:
Severity: normal | Resolution:
Keywords: binary type field |
---------------------------------+------------------------------------------
Comment (by [EMAIL PROTECTED]):
Here is the patch against the HEAD of django's subversion tree. What I
actually use is a teeny bit different in that I have put the
'''BinaryField''' class in my project instead of modifying django's
source. I had to modify
'''django/db/models/manipulator.py::manipulator_validator_unique_together()'''
because binary types do not support case-insensitive comparison under
postgresql at least (see [http://code.djangoproject.com/ticket/2422]).
Otherwise this is an extremely trivial patch.
--
Ticket URL: <http://code.djangoproject.com/ticket/2417>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---