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

BUG: Fix error in two layer operations if equal column aliases used based on constant/function result #477

Conversation

theroggy
Copy link
Collaborator

@theroggy theroggy commented Jan 29, 2024

E.g. SELECT layer2.naam, 'test' AS naam ... raised error sqlite3.OperationalError: near ":1": syntax error

Also related to #475, where this could occur for column spatial_relation.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (66342cf) 93.17% compared to head (8a1da16) 93.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #477   +/-   ##
=======================================
  Coverage   93.17%   93.17%           
=======================================
  Files          20       20           
  Lines        3999     3999           
=======================================
  Hits         3726     3726           
  Misses        273      273           

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

@theroggy theroggy changed the title BUG: Fix wrong results from join_by_location in some cases - part 2 BUG: Fix error in two layer operations if equal column aliases used based on constant Jan 29, 2024
@theroggy theroggy changed the title BUG: Fix error in two layer operations if equal column aliases used based on constant BUG: Fix error in two layer operations if equal column aliases used based on constant/function result Jan 29, 2024
@theroggy theroggy merged commit 8bef514 into geofileops:main Jan 29, 2024
11 checks passed
@theroggy theroggy deleted the BUG-Fix-wrong-results-from-`join_by_location`-in-some-cases---part-2 branch January 29, 2024 15:02
@theroggy theroggy added this to the 0.8.2 milestone May 26, 2024
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.

1 participant