Skip to content
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

Fix placement of LIMIT OFFSET clauses for gridsize and where subselects #351

Conversation

theroggy
Copy link
Collaborator

The "LIMIT -1 OFFSET 0 " meant to avoid the subquery flattening was placed after the outer query instead of in the subquery... so didn't do a lot...

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (13bbbe6) 92.89% compared to head (47abcb2) 92.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #351   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files          20       20           
  Lines        3519     3519           
=======================================
  Hits         3269     3269           
  Misses        250      250           
Files Changed Coverage Δ
geofileops/util/_geoops_sql.py 94.45% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@theroggy theroggy merged commit 75da9ab into geofileops:main Aug 22, 2023
11 checks passed
@theroggy theroggy deleted the Fix-placement-of-LIMIT-OFFSET-clauses-for-gridsize-and-where-subselects branch August 22, 2023 08:04
@theroggy theroggy added this to the 0.8.0 milestone Oct 28, 2023
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.

None yet

1 participant