Project

General

Profile

« Previous | Next » 

Revision 2189

sql.py: mk_insert_select(): embeddable: Fixed bug where the function may do different things when run, because the function (and other statements whose cached strings depend on the function name) may be run after the function definition would have changed, by versioning the function name and using CREATE FUNCTION instead of CREATE OR REPLACE FUNCTION so that its definition never changes

  • added
  • modified
  • copied
  • renamed
  • deleted