Skip to content

Remove incorrect check when unpickling Row#1466

Open
bkline wants to merge 1 commit into
mkleehammer:masterfrom
bkline:649-unpickle-failure
Open

Remove incorrect check when unpickling Row#1466
bkline wants to merge 1 commit into
mkleehammer:masterfrom
bkline:649-unpickle-failure

Conversation

@bkline
Copy link
Copy Markdown
Contributor

@bkline bkline commented Mar 7, 2026

It is not always true that the number of values in a Row matches the size of the Row's value dictionary, because the dictionary can only store a single entry for a given column name.

Fixes #649

It is not always true that the number of values in a Row matches
the size of the Row's value dictionary, because the dictionary can
only store a single entry for a given column name.

Fixes mkleehammer#649
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.

TypeError when trying to unpickle results with equal column names

1 participant