server/sqlutils.py
branchstable
changeset 5606 61b28589d33f
parent 5605 2604545d7dd9
child 5625 6ee2a7b6f194
--- a/server/sqlutils.py	Fri May 28 08:05:17 2010 +0200
+++ b/server/sqlutils.py	Sat May 29 10:18:02 2010 +0200
@@ -165,6 +165,7 @@
         dbapi_module = self.dbhelper.dbapi_module
         self.OperationalError = dbapi_module.OperationalError
         self.InterfaceError = dbapi_module.InterfaceError
+        self.DbapiError = dbapi_module.Error
         self._binary = dbapi_module.Binary
         self._process_value = dbapi_module.process_value
         self._dbencoding = dbencoding