-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Fixes an error when reading GPKG with bbox filter + that no error is raised for an invalid where clause for GPKG #150
Fixes an error when reading GPKG with bbox filter + that no error is raised for an invalid where clause for GPKG #150
Conversation
Note that this also fixes and #4 as far as I can tell... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
A few minor comments to consider, but overall this looks like a reasonable fix to the issue with the count being out of sync with the actual records aviailable.
Co-authored-by: Brendan Ward <bcward@astutespruce.com>
Co-authored-by: Brendan Ward <bcward@astutespruce.com>
…b.com/theroggy/pyogrio into fix-error-when-reading-gpkg-with-bbox
It's been a while, but at first sight it seems OK... Back then I recall writing the test first first as well to be sure it caught the issue, so if the tests pass it should be OK. |
Thanks @theroggy ! (sorry for the long delay in review / merge) |
closes #149
closes #4