Project

General

Profile

« Previous | Next » 

Revision 869

sql.py: truncate(): Use run_raw_query() instead of run_query() because truncate() does not use the recover functionality of run_query(). Also, in the profiling output, this separates the "normal" SQL statements (which use run_query()) from the "core" SQL statements (which use run_raw_query()).

  • added
  • modified
  • copied
  • renamed
  • deleted