Project

General

Profile

« Previous | Next » 

Revision 3141

sql.py: insert_select(): If caller is only interested in the rowcount (if returning == None), keep the NULL rows for each insert on the server using CREATE TABLE AS. (CREATE TABLE AS sets rowcount to # rows in query, so rowcount will still be set correctly.)

  • added
  • modified
  • copied
  • renamed
  • deleted