Project

General

Profile

« Previous | Next » 

Revision 10843

bugfix: lib/sql_io.py: put_table(): DuplicateKeyException: need to include any index cond in the join condition, so that an index scan can be used instead of a much slower full-table sort (otherwise the query planner will not know that it can restrict results to rows satisfying the index cond)

  • added
  • modified
  • copied
  • renamed
  • deleted