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

Bugfix in QueryBuilder::columnPatch #595

Open
wants to merge 1 commit into
base: v6
Choose a base branch
from

Conversation

evgenyneverov
Copy link

When we have $height === 0 or $distance === 0, QueryBuilder::columnPatch builds SQL expressions like 'when "_rgt" between 12483 and 12496 then "_rgt"0 else "_rgt" end' AND sql server fails at "_rgt"0.

Correct behavior is "_rgt" + 0 in that case

Bugfix for #587

Where we have $height === 0 or $distance === 0, QueryBuilder builds SQL expressions like 'when "_rgt" between 12483 and 12496 then "_rgt"0 else "_rgt" end' AND sql server fails at "_rgt"0.

Correct behavior is "_rgt" + 0 in that case
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