My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 11: Add support for simple case WHERE
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  eric.bot...@gmail.com
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

Powered by Google Project Hosting