This patch fixes some problems with error exceptions and the encoding of their message when the error comes from the database. The error message from the database driver is now always decoded to unicode using the proper database client encoding before reraising it.
The patch also includes http://trac.dabodev.com/ticket/1192. It was a pretty bulky commit because I took the opportunity to convert all the old style string exceptions (illegal in Py 2.6 now) to real exception instances. If you find any problems with the patch, let me know. -- Christoph _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
