Project

General

Profile

« Previous | Next » 

Revision 1905

sql.py: insert(): Cache insert queries by default. This works because any DuplicateKeyException, etc. would be cached as well. This saves many inserts for rows that we already know are in the database.

  • added
  • modified
  • copied
  • renamed
  • deleted