Project

General

Profile

« Previous | Next » 

Revision 2784

sql.py: DbConn.DbCursor.execute(): Require that params are empty, to ensure that code uses db.esc_value() instead. This keeps literal values in the same place as the rest of the query, so that they do not need to be maintained and passed around separately in a params list.

  • added
  • modified
  • copied
  • renamed
  • deleted