Hello: On Tue, 13 Jun 2006, Tibor Simko wrote: > I'll therefore go with the exceptions in the run_sql() API.
Done. I have chosen to simply pass Python DB API 2.0 exceptions along to the client code, as there is no point to creating our own equivalent ones here. I have also fixed all the client code that has still been importing MySQLdb stuff explicitly. Everything should now be imported directly from the dbquery module. Please cvs update and see the new API doc: ./modules/miscutil/doc/hacking/dbquery.html.wml Best regards -- Tibor Simko ** CERN IT-UDS ** Bldg 31-S-014 ** Voice: +41-22-7673527 CERN Document Server ** <http://cds.cern.ch/> ** <[email protected]>
