Skip to content

The progress row is done - #418

Merged
tamnd merged 1 commit into
mainfrom
dx-progress-doc
Aug 19, 2026
Merged

The progress row is done#418
tamnd merged 1 commit into
mainfrom
dx-progress-doc

Conversation

@tamnd

@tamnd tamnd commented Aug 19, 2026

Copy link
Copy Markdown
Owner

rowsRead and progress() landed in zu-node in tamnd/zu-node#22, so the audit's progress row and the last of item 6's small ones are closed. Python answers rows_read as a property and Node answers rowsRead the same way, with progress() as a timer over it, and neither client calls into its runtime from the thread doing the scanning.

The counter also turned out never to have been put back down between statements in Node, so it had been counting a connection's whole life rather than one statement. That is fixed in the same change, at the three places a connection becomes a statement's.

rowsRead and progress() landed in zu-node, so the last of the small ones
is closed: both clients can now say how far the statement running is,
and Node says it with a timer over the same counter Python reads as a
property.

The counter also turned out never to have been put back down between
statements in Node, which is fixed there.
@tamnd
tamnd merged commit d91d634 into main Aug 19, 2026
27 of 37 checks passed
@tamnd
tamnd deleted the dx-progress-doc branch August 19, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant