Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding not equal node, column names are expected to be symbols | Aaron Patterson | 2010-09-10 | 1 | -2/+2 |
* | Table#join will noop when nil is passed | Aaron Patterson | 2010-09-09 | 1 | -0/+6 |
* | adding having nodes | Aaron Patterson | 2010-09-08 | 1 | -0/+9 |
* | Table#project takes multiple parameters | Aaron Patterson | 2010-09-08 | 1 | -4/+6 |
* | adding group to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+9 |
* | OUTER joins should be LEFT outer joins | Aaron Patterson | 2010-09-07 | 1 | -1/+1 |
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -0/+14 |
* | adding joins method to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+8 |
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+7 |
* | adding outer joins | Aaron Patterson | 2010-08-19 | 1 | -2/+2 |
* | joins can be created | Aaron Patterson | 2010-08-18 | 1 | -0/+12 |
* | table responds to take | Aaron Patterson | 2010-08-16 | 1 | -0/+8 |
* | IN seems to work | Aaron Patterson | 2010-08-16 | 1 | -4/+4 |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -4/+4 |
* | table responds to "project" | Aaron Patterson | 2010-08-13 | 1 | -0/+10 |
* | Table.new can take a hash for the second param | Aaron Patterson | 2010-08-13 | 1 | -0/+12 |
* | limits are added | Aaron Patterson | 2010-08-12 | 1 | -0/+13 |
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 1 | -0/+8 |
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 1 | -1/+11 |
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 1 | -18/+19 |
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 1 | -0/+38 |