Revision 2413
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
962 | 962 |
{row_num_col: sql_gen.join_same_not_null})] |
963 | 963 |
run_query_into_pkeys(*mk_select(db, pkey_joins, pkeys_names, start=0)) |
964 | 964 |
|
965 |
db.log_debug("Adding pkey on returned pkeys table to enable fast joins")
|
|
965 |
db.log_debug('Adding pkey on returned pkeys table to enable fast joins')
|
|
966 | 966 |
index_pkey(db, pkeys) |
967 | 967 |
|
968 | 968 |
db.log_debug("Setting missing rows' pkeys to NULL") |
Also available in: Unified diff
sql.py: put_table(): Use single quotes rather than double quotes around strings where possible