clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Implement ternary operator as alternative to IF(...) / IFNULL(...) #35

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

Just make sure the parser cannot confuse the ternary operator with the '?' parameter used in prepared statements. A comparator should always immediately precede the latter and never the former.