server/sqlutils.py
changeset 6379 3f67f7ea5632
parent 6333 e3994fcc21c3
child 7083 b8e35cde46e9
--- a/server/sqlutils.py	Fri Oct 01 15:45:38 2010 +0200
+++ b/server/sqlutils.py	Fri Oct 01 16:07:03 2010 +0200
@@ -165,7 +165,7 @@
         self.OperationalError = dbapi_module.OperationalError
         self.InterfaceError = dbapi_module.InterfaceError
         self.DbapiError = dbapi_module.Error
-        self._binary = dbapi_module.Binary
+        self._binary = self.dbhelper.binary_value
         self._process_value = dbapi_module.process_value
         self._dbencoding = dbencoding