Version 163a
This commit is contained in:
parent
11309c732d
commit
1e162828f4
|
@ -3138,7 +3138,7 @@ class DB( HydrusDB.HydrusDB ):
|
|||
|
||||
current_update_weight = 0
|
||||
|
||||
pending_dict = HydrusData.BuildKeyToListDict( [ ( ( namespace_id, tag_id ), hash_id ) for ( namespace_id, tag_id, hash_id ) in self._c.execute( 'SELECT namespace_id, tag_id, hash_id FROM mappings INDEXED BY mappings_service_id_status_index WHERE service_id = ? AND status = ?;', ( service_id, HC.PENDING ) ) ] )
|
||||
pending_dict = HydrusData.BuildKeyToListDict( [ ( ( namespace_id, tag_id ), hash_id ) for ( namespace_id, tag_id, hash_id ) in self._c.execute( 'SELECT namespace_id, tag_id, hash_id FROM mappings INDEXED BY mappings_status_index WHERE service_id = ? AND status = ?;', ( service_id, HC.PENDING ) ) ] )
|
||||
|
||||
pending_chunks = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue