diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-06-20 15:49:55 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-06-20 15:49:55 +1000 |
commit | 54c6a5dec031de59dad385d4ba2ccda09a70ec2a (patch) | |
tree | 5d428dc6ee23d7bbe4c5f846d6e22474e1a1cefe /README.md | |
parent | 3ce695f6b2daf943490b2b4a9dac7be01bdd6356 (diff) |
Fix compiling of n-ary operators (0 & 1 args), add operator aliases
n-ary operators with no arguments would break everything (compiling to "()").
This should no longer be the case. Additionally, unary operators (ie. negation)
now compile properly in the one arg case.
Operator aliases allow us to change how we refer to things like the "~" regex
operator in postgresql. At the moment it's aliased as "$".
Additionally: booleans now compile to upper case.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions