Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+7 |
| | |||||
* | deep copies of statements aren't necessary. shallow copy the top-level arrays. | Mike Dalessio | 2010-08-30 | 5 | -30/+16 |
| | |||||
* | fixing typos in spec | Mike Dalessio | 2010-08-30 | 1 | -2/+2 |
| | |||||
* | specs for DeleteManager deep copy | Mike Dalessio | 2010-08-30 | 1 | -0/+11 |
| | |||||
* | we can visit the date! | Aaron Patterson | 2010-08-24 | 1 | -0/+4 |
| | |||||
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 1 | -0/+11 |
| | |||||
* | adding string join nodes and a visitor to produce backwards compatible ↵ | Aaron Patterson | 2010-08-24 | 1 | -2/+2 |
| | | | | "join_sql" | ||||
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -3/+9 |
| | |||||
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 2 | -0/+18 |
| | |||||
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 2 | -0/+13 |
| | |||||
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 2 | -1/+53 |
| | |||||
* | adding count nodes | Aaron Patterson | 2010-08-23 | 1 | -0/+19 |
| | |||||
* | orders are working | Aaron Patterson | 2010-08-22 | 4 | -8/+39 |
| | |||||
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 10 | -0/+144 |
|\ | | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: DeleteStatement deep copy cleaning up describe/it block names SelectCore deep copies attributes Statement nodes deep-copy AST nodes TreeManager classes deep-copy their statements. | ||||
| * | DeleteStatement deep copy | Mike Dalessio | 2010-08-19 | 1 | -0/+17 |
| | | |||||
| * | cleaning up describe/it block names | Mike Dalessio | 2010-08-19 | 3 | -5/+5 |
| | | |||||
| * | SelectCore deep copies attributes | Mike Dalessio | 2010-08-19 | 1 | -0/+23 |
| | | |||||
| * | Statement nodes deep-copy AST nodes | Mike Dalessio | 2010-08-19 | 3 | -0/+60 |
| | | |||||
| * | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 5 | -0/+44 |
| | | |||||
* | | adding outer joins | Aaron Patterson | 2010-08-19 | 2 | -2/+26 |
| | | |||||
* | | joins can be created | Aaron Patterson | 2010-08-18 | 3 | -3/+33 |
|/ | |||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 2 | -0/+67 |
| | |||||
* | fixing update support | Aaron Patterson | 2010-08-18 | 2 | -0/+18 |
| | |||||
* | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 1 | -0/+18 |
| | |||||
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 3 | -0/+43 |
| | |||||
* | sql visitor can deal with TrueClass | Aaron Patterson | 2010-08-16 | 1 | -0/+4 |
| | |||||
* | table responds to take | Aaron Patterson | 2010-08-16 | 1 | -0/+8 |
| | |||||
* | IN seems to work | Aaron Patterson | 2010-08-16 | 5 | -7/+30 |
| | |||||
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 1 | -0/+9 |
| | |||||
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 2 | -0/+56 |
| | |||||
* | update manager is working | Aaron Patterson | 2010-08-14 | 1 | -0/+18 |
| | |||||
* | basic updates are working | Aaron Patterson | 2010-08-14 | 1 | -0/+43 |
| | |||||
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 2 | -4/+41 |
| | |||||
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 2 | -0/+26 |
| | |||||
* | inserts are starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -2/+41 |
| | |||||
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 4 | -23/+56 |
| | |||||
* | 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 |
| | |||||
* | project works with strings | Aaron Patterson | 2010-08-13 | 1 | -0/+20 |
| | |||||
* | limits are added | Aaron Patterson | 2010-08-12 | 2 | -0/+36 |
| | |||||
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+44 |
| | |||||
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 2 | -0/+18 |
| | |||||
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -0/+17 |
| | |||||
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 2 | -1/+52 |
| | |||||
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 1 | -18/+19 |
| | |||||
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 2 | -9/+0 |
| | |||||
* | lib is already in the load path | Aaron Patterson | 2010-08-10 | 1 | -4/+1 |
| | |||||
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 1 | -0/+6 |
| | |||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 8 | -43/+67 |
| |