Skip to content

Fix `AddRange` and `StrFmt` strategy on `where`

Jan Riemer requested to merge fix-conditional-expression-range-strfmt into master

This fixes the strategy for deciding whether to use AddRange or StrFmt in where context. The decision is done by a second visitor that is specialized on this task.

This is a huge milestone for selecuery!🎉

Merge request reports

Loading