Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 8 | -0/+134 |
|\ | | | | | | | | | | | | | | | | | * '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 | 3 | -0/+34 |
| | | |||||
* | | 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 | 4 | -7/+28 |
| | |||||
* | 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 | 3 | -23/+52 |
| | |||||
* | 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 | 1 | -0/+38 |
| | |||||
* | We're obviously writing specs for arel. No need for a sub directory. | Carl Lerche | 2010-03-12 | 57 | -3966/+0 |
| | |||||
* | Add a bunch of specs for attribute type casting. | Carl Lerche | 2010-03-12 | 1 | -50/+8 |
| | |||||
* | Attributes should be typed | Carl Lerche | 2010-03-12 | 10 | -26/+33 |
| | |||||
* | Start writing integration specs for arel. | Carl Lerche | 2010-03-11 | 1 | -0/+120 |
| | |||||
* | Release v0.3.0 | Emilio Tagua | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Arel doesn't has to know if a table or column exists. | Emilio Tagua | 2010-03-10 | 3 | -4/+21 |
| | |||||
* | Remove " AS " keyword from table aliasing. | Emilio Tagua | 2010-03-01 | 4 | -36/+36 |
| |