Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - removed #qualify and #descend helper | Nick Kallen | 2008-04-12 | 1 | -4/+0 |
| | | | | | - qualify seems no longer neccessary since everything is fully qualified - finished pending specs | ||||
* | - string passthrough for joins | Nick Kallen | 2008-04-12 | 1 | -2/+3 |
| | | | | - blank checks | ||||
* | fixed bug with take/skip | Nick Kallen | 2008-04-11 | 1 | -5/+5 |
| | |||||
* | redesigned the way limit and offset work | Nick Kallen | 2008-04-11 | 1 | -0/+18 |
- was range now have special 'take' and 'skip' operations. (the terminology comes from linq) |