Issue 11: Add support for simple case WHERE
Status:  WontFix
Owner:
Closed:  Sep 2008
Project Member Reported by eric.bot...@gmail.com, Sep 1, 2008
Add all the method signatures of LF.test() directly to where(), having(), and(), or() and not() so that 
simple cases (such as WHERE x = y) become
where(x, EQ, y) instead of where(test(x, EG, y)).

This will also enable constructs such as
where(test(x, EQ, y).and(x, GT, z))   
where(not(x, EQ, y))



Sep 4, 2008
Project Member #1 eric.bot...@gmail.com
(No comment was entered for this change.)
Status: WontFix