| Issue 11: | Add support for simple case WHERE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
WontFix
|