haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

Add LessThan, LessThanOrEquals, GreaterOrEquals binops #134

Closed benmerckx closed 3 years ago

benmerckx commented 3 years ago

Fixes #133

Wondering if there was a specific reason to handle all cases with a single Greater binop originally @back2dos?

back2dos commented 3 years ago

No real reason. Having less atoms and achieving the rest through composition is more "elegant", but not necessarily useful ^^