Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixing version so tests run with rails | Aaron Patterson | 2010-09-05 | 1 | -1/+1 | |
| | ||||||
* | deep copies of statements aren't necessary. shallow copy the top-level arrays. | Mike Dalessio | 2010-08-30 | 10 | -39/+25 | |
| | ||||||
* | 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 | 2 | -0/+5 | |
| | ||||||
* | return sql literal nodes | Aaron Patterson | 2010-08-24 | 2 | -3/+5 | |
| | ||||||
* | adding order clauses method to the select manager | Aaron Patterson | 2010-08-24 | 5 | -3/+31 | |
| | ||||||
* | 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 ↵ | Aaron Patterson | 2010-08-24 | 10 | -6/+58 | |
| | | | | "join_sql" | |||||
* | not implementing to_a yet | Aaron Patterson | 2010-08-23 | 1 | -0/+4 | |
| | ||||||
* | project takes *args now | Aaron Patterson | 2010-08-23 | 2 | -5/+11 | |
| | ||||||
* | visiting binary columns | Aaron Patterson | 2010-08-23 | 1 | -0/+1 | |
| | ||||||
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 6 | -0/+33 | |
| | ||||||
* | Squashed commit of the following: | Aaron Patterson | 2010-08-23 | 4 | -2/+7 | |
| | | | | | | | | commit 3c6727732b349551df342b9eee66ed53d47e53eb Author: Aaron Patterson <aaron.patterson@gmail.com> Date: Mon Aug 23 14:11:34 2010 -0700 adding table alias | |||||
* | delete delegates to the connection | Aaron Patterson | 2010-08-23 | 3 | -1/+14 | |
| | ||||||
* | making sure update delegates to update and insert delegates to insert | Aaron Patterson | 2010-08-23 | 3 | -5/+56 | |
| | ||||||
* | adding count nodes | Aaron Patterson | 2010-08-23 | 5 | -0/+39 | |
| | ||||||
* | orders are working | Aaron Patterson | 2010-08-22 | 7 | -11/+49 | |
| | ||||||
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-19 | 16 | -0/+178 | |
|\ | | | | | | | | | | | | | | | | | * '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 | 2 | -0/+22 | |
| | | ||||||
| * | cleaning up describe/it block names | Mike Dalessio | 2010-08-19 | 3 | -5/+5 | |
| | | ||||||
| * | SelectCore deep copies attributes | Mike Dalessio | 2010-08-19 | 2 | -0/+30 | |
| | | ||||||
| * | Statement nodes deep-copy AST nodes | Mike Dalessio | 2010-08-19 | 6 | -0/+77 | |
| | | ||||||
| * | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 6 | -0/+49 | |
| | | ||||||
* | | adding outer joins | Aaron Patterson | 2010-08-19 | 9 | -14/+62 | |
| | | ||||||
* | | joins can be created | Aaron Patterson | 2010-08-18 | 10 | -10/+120 | |
|/ | ||||||
* | delete manager added | Aaron Patterson | 2010-08-18 | 8 | -0/+117 | |
| | ||||||
* | fixing update support | Aaron Patterson | 2010-08-18 | 7 | -6/+56 | |
| | ||||||
* | Merge branch 'v1' of github.com:flavorjones/arel into v1 | Aaron Patterson | 2010-08-17 | 1 | -0/+12 | |
|\ | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: dot visitor supports Arel::Nodes::UpdateStatement dot visitor supports Arel::Nodes::Equality dot visitor supports symbols | |||||
| * | 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 | 4 | -0/+52 | |
| | | ||||||
* | | adding comment to myself | Aaron Patterson | 2010-08-16 | 1 | -0/+2 | |
| | | ||||||
* | | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 8 | -12/+81 | |
|/ | ||||||
* | Rails references Arel::Expression, adding an unused module for now | Aaron Patterson | 2010-08-16 | 2 | -0/+5 | |
| | ||||||
* | sql visitor can deal with TrueClass | Aaron Patterson | 2010-08-16 | 3 | -0/+13 | |
| | ||||||
* | table responds to take | Aaron Patterson | 2010-08-16 | 2 | -0/+12 | |
| | ||||||
* | adding deprecated crud module for backwards compat | Aaron Patterson | 2010-08-16 | 4 | -16/+27 | |
| | ||||||
* | IN seems to work | Aaron Patterson | 2010-08-16 | 5 | -7/+30 | |
| | ||||||
* | spec:v1:sqlite3 works for running our specs | Aaron Patterson | 2010-08-16 | 5 | -0/+27 | |
| | ||||||
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 4 | -2/+21 | |
| | ||||||
* | update is working on the select manager | Aaron Patterson | 2010-08-14 | 5 | -1/+70 | |
| | ||||||
* | defaulting values to a list | Aaron Patterson | 2010-08-14 | 2 | -2/+2 | |
| | ||||||
* | update manager is working | Aaron Patterson | 2010-08-14 | 4 | -1/+28 | |
| | ||||||
* | basic updates are working | Aaron Patterson | 2010-08-14 | 6 | -0/+84 | |
| | ||||||
* | inserts have the correct syntax | Aaron Patterson | 2010-08-13 | 4 | -9/+56 | |
| | ||||||
* | insert manager implements "insert" | Aaron Patterson | 2010-08-13 | 5 | -6/+61 | |
| | ||||||
* | adding a dot visitor to make our lives easier | Aaron Patterson | 2010-08-13 | 3 | -0/+114 | |
| |