Project

General

Profile

« Previous | Next » 

Revision 3305

sql.py: flatten(): Auto-add a pkey on the created temp table. This should be standard practice for most temp tables, and for sql_io.put_table() especially this will be useful if we ever want to add back sorting the in_table by row_num (possibly by CLUSTERing on the pkey to avoid pkey index scans).

  • added
  • modified
  • copied
  • renamed
  • deleted