Project

General

Profile

« Previous | Next » 

Revision 3472

sql_io.py: put_table(): Creating an empty output pkeys table: Added "output" to clarify that the created table contains just the output pkeys, and must be joined with the input pkeys table

View differences:

sql_io.py
395 395
    while True:
396 396
        if limit_ref[0] == 0: # special case
397 397
            if is_literals: return None
398
            log_debug('Creating an empty pkeys table')
398
            log_debug('Creating an empty output pkeys table')
399 399
            cur = sql.run_query_into(db, sql.mk_select(db, out_table,
400 400
                [out_pkey], order_by=None, limit=0), into=insert_out_pkeys)
401 401
            break # don't do main case

Also available in: Unified diff