1
0

Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)

This commit is contained in:
Patrick Cloke
2023-11-09 11:13:31 -05:00
committed by GitHub
parent ff716b483b
commit ab3f1b3b53
33 changed files with 283 additions and 279 deletions

View File

@@ -348,8 +348,7 @@ class Porter:
backward_chunk = 0
already_ported = 0
else:
forward_chunk = row["forward_rowid"]
backward_chunk = row["backward_rowid"]
forward_chunk, backward_chunk = row
if total_to_port is None:
already_ported, total_to_port = await self._get_total_count_to_port(