+3
Under review

Allow IF Statement option of if() vs compare select.

Brian Hall 10 years ago updated by Freya Holmér (Developer) 10 years ago 0
The IF block presently always produces a compare select statement to produce its results. The problem is sometimes IF statements are used to avoid evaluation of a bunch of logic. A compare select will cause all of the potentially expensive branches of the conditons be evaluated. I'd like to be able to opt into a full on IF statement for those cases where I need it.