Project

General

Profile

« Previous | Next » 

Revision 2507

sql.py: put_table(): Use single quotes rather than double quotes around strings where possible

View differences:

lib/sql.py
1026 1026
    db.log_debug('Adding pkey on pkeys table to enable fast joins', level=2.5)
1027 1027
    index_pkey(db, into)
1028 1028
    
1029
    log_debug("Setting pkeys of missing rows to NULL")
1029
    log_debug('Setting pkeys of missing rows to NULL')
1030 1030
    missing_rows_joins = input_joins+[sql_gen.Join(into,
1031 1031
        {in_pkey: sql_gen.join_same_not_null}, sql_gen.filter_out)]
1032 1032
        # must use join_same_not_null or query will take forever

Also available in: Unified diff