Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 3 | -3/+19 | |
* | moving visitor logic to the visitor | Aaron Patterson | 2010-08-24 | 2 | -3/+5 | |
* | adding string join nodes and a visitor to produce backwards compatible "join_... | Aaron Patterson | 2010-08-24 | 8 | -4/+55 | |
* | not implementing to_a yet | Aaron Patterson | 2010-08-23 | 1 | -0/+4 | |
* | project takes *args now | Aaron Patterson | 2010-08-23 | 1 | -2/+2 | |
* | visiting binary columns | Aaron Patterson | 2010-08-23 | 1 | -0/+1 | |
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 4 | -0/+15 | |
* | Squashed commit of the following: | Aaron Patterson | 2010-08-23 | 3 | -2/+6 | |
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 1 | -1/+1 | |
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 1 | -4/+3 | |
* | adding count nodes | Aaron Patterson | 2010-08-23 | 4 | -0/+20 | |
* | orders are working | Aaron Patterson | 2010-08-22 | 3 | -3/+10 | |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 6 | -0/+34 | |
|\ | ||||||
| * | DeleteStatement deep copy | Mike Dalessio | 2010-08-19 | 1 | -0/+5 | |
| * | SelectCore deep copies attributes | Mike Dalessio | 2010-08-19 | 1 | -0/+7 | |
| * | Statement nodes deep-copy AST nodes | Mike Dalessio | 2010-08-19 | 3 | -0/+17 | |
| * | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+5 | |
* | | adding outer joins | Aaron Patterson | 2010-08-19 | 7 | -12/+36 | |
* | | joins can be created | Aaron Patterson | 2010-08-18 | 7 | -7/+87 | |
|/ | ||||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 5 | -0/+49 | |
* | fixing update support | Aaron Patterson | 2010-08-18 | 5 | -6/+38 | |
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-17 | 1 | -0/+12 | |
|\ | ||||||
| * | dot visitor supports Arel::Nodes::UpdateStatement | Mike Dalessio | 2010-08-16 | 1 | -0/+6 | |
| * | dot visitor supports Arel::Nodes::Equality | Mike Dalessio | 2010-08-16 | 1 | -0/+5 | |
| * | dot visitor supports symbols | Mike Dalessio | 2010-08-16 | 1 | -0/+1 | |
* | | defaulting to Table.engine for now | Aaron Patterson | 2010-08-16 | 1 | -1/+1 | |
* | | adding some activerecord compatibility | Aaron Patterson | 2010-08-16 | 2 | -0/+33 | |
* | | adding comment to myself | Aaron Patterson | 2010-08-16 | 1 | -0/+2 | |
* | | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 5 | -12/+38 | |
|/ | ||||||
* | Rails references Arel::Expression, adding an unused module for now | Aaron Patterson | 2010-08-16 | 1 | -0/+4 | |
* | sql visitor can deal with TrueClass | Aaron Patterson | 2010-08-16 | 2 | -0/+9 | |
* | table responds to take | Aaron Patterson | 2010-08-16 | 1 | -0/+4 | |
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 3 | -16/+25 | |
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 4 | -0/+15 | |
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 3 | -2/+12 | |
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 3 | -1/+14 | |
* | defaulting values to a list | Aaron Patterson | 2010-08-14 | 2 | -2/+2 | |
* | update manager is working | Aaron Patterson | 2010-08-14 | 3 | -1/+10 | |
* | basic updates are working | Aaron Patterson | 2010-08-14 | 4 | -0/+40 | |
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 2 | -5/+15 | |
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 3 | -6/+35 | |
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 2 | -0/+113 | |
* | inserts are starting to take shape | Aaron Patterson | 2010-08-13 | 2 | -1/+13 | |
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 7 | -29/+63 | |
* | table responds to "project" | Aaron Patterson | 2010-08-13 | 2 | -1/+6 | |
* | adding a relation thing | Aaron Patterson | 2010-08-13 | 2 | -0/+9 | |
* | Table.new can take a hash for the second param | Aaron Patterson | 2010-08-13 | 1 | -3/+4 | |
* | table responds to where, column info is cached | Aaron Patterson | 2010-08-13 | 1 | -3/+8 | |
* | project works with strings | Aaron Patterson | 2010-08-13 | 4 | -15/+17 | |
* | limits are added | Aaron Patterson | 2010-08-12 | 6 | -10/+42 |