Project

General

Profile

« Previous | Next » 

Revision 1906

sql.py: DbConn: Only cache exceptions for inserts since they are not idempotent, but an invalid insert will always be invalid. If a cached result in an exception, re-raise it in a separate method other than the constructor to ensure that the cursor object is still created, and that its query instance var is set.

  • added
  • modified
  • copied
  • renamed
  • deleted