Skip to content

Add Archive::read_table_rows#8

Draft
wichert wants to merge 3 commits intomainfrom
feat/tabledata
Draft

Add Archive::read_table_rows#8
wichert wants to merge 3 commits intomainfrom
feat/tabledata

Conversation

@wichert
Copy link
Copy Markdown
Owner

@wichert wichert commented Oct 5, 2023

This is a convenience method to get an iterator over all rows for a given table.

The current implementation has one annoying issue: it will return an error for the terminating \. line.

@wichert wichert added the enhancement New feature or request label Oct 5, 2023
This is a convenience method to get an iterator over all rows for a
given table.

The current implementation has one annoying issue: it will return an
error for the terminating `\.` line.
This helps verify that our cfg conditional checks are correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant