server/sqlutils.py
branchstable
changeset 5605 2604545d7dd9
parent 5424 8ecbcbff9777
child 5625 6ee2a7b6f194
--- a/server/sqlutils.py	Sat May 29 10:03:50 2010 +0000
+++ b/server/sqlutils.py	Sat May 29 10:06:07 2010 +0000
@@ -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