Issue 7: HAVING/WHERE : Refactor EqualableWhereStub
Status:  Fixed
Owner:
Closed:  Sep 2008
Project Member Reported by eric.bot...@gmail.com, Aug 20, 2008
There is currently no compile time safety for where() and having() constructs, ie it is possible to 
write

...where(x).eq(y).where(z).gt(t)
 and same thing with having()
Sep 1, 2008
Project Member #1 eric.bot...@gmail.com
Done in r47
Status: Fixed