Project

General

Profile

« Previous | Next » 

Revision 2894

sql.py: DbConn._db(): Setting serializable isolation level: Always set this (if self.serializable is set), even in autocommit mode, because autocommit mode is implemented by manual commits in the DbConn wrapper object rather than using the underlying connection's autocommit mode (which does not allow setting the isolation level)

  • added
  • modified
  • copied
  • renamed
  • deleted