Project

General

Profile

« Previous | Next » 

Revision 2763

sql.py: DbConn.DbCursor.execute(): Fixed bug where params == None would apparently turn off the mogrifier completely, causing "%"s to be excessively escaped, by just setting params to None if it was [] or () and not using strings.esc_for_mogrify() at all

  • added
  • modified
  • copied
  • renamed
  • deleted