Skip to content

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