Project

General

Profile

« Previous | Next » 

Revision 3012

sql.py: mk_insert_select(): INSERT IGNORE: Used typed vars to store each column of the select query because the select query's column names are not known, so it would be unknown which record var column to use for each output column. (Add types so there are no unknown-type values that PostgreSQL will say can't be cast.)

  • added
  • modified
  • copied
  • renamed
  • deleted