dc4556ef46
entropy.db.mysql and entropy.db.sqlite are now subclassing EntropySQLRepository. Methods will be moved there during the next forthcoming overhaul. Implement ModuleProxy support and alleviate the exception class objects issue (sqlite3 based exceptions are thrown by entropy.db.sqlite and oursql based exceptions are thrown by entropydb.mysql, and there is no easy/quick fix for this apparently, besides wrapping all the cursor calls).