+3
En revisión

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

Brian Hall hace 10 años actualizado por Freya Holmér (Developer) hace 10 años 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.