We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record.__repr__ crashes in presence of duplicates in field name mapping. I added a test for this.
Record.__repr__
The text was updated successfully, but these errors were encountered:
98006d6
It seems that keys() and items() still don't handle duplicate field names very well.
keys()
items()
Sorry, something went wrong.
Fix Record.items() to support duplicate keys. See #28 for details.
a84708d
Fix Record.keys() to correctly return duplicate keys. See #28.
03d3d87
39b390c
b06114d
Add one more test for records with duplicate keys (issue #28)
550c408
1st1
No branches or pull requests
Record.__repr__
crashes in presence of duplicates in field name mapping. I added a test for this.The text was updated successfully, but these errors were encountered: