Project

General

Profile

« Previous | Next » 

Revision 3014

sql.py: mk_insert_select(): INSERT IGNORE: Fixed bug where user-defined types were not supported correctly, by referencing the column's type directly in PL/pgSQL instead of retrieving it from the information_schema. Use a row variable of the output table's row type to store the select query data, so that you don't need to create a separate local var for each output column.

  • added
  • modified
  • copied
  • renamed
  • deleted