Project

General

Profile

« Previous | Next » 

Revision 3034

sql.py: mk_insert_select(): INSERT IGNORE: Switched to using FOR loop rather than cursors because cursors are only needed if you want to process multiple rows in the same EXCEPTION block (which you can't do because then all the previous inserts will be rolled back if one row is a duplicate key)

  • added
  • modified
  • copied
  • renamed
  • deleted