Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | count takes distinct | Aaron Patterson | 2010-09-07 | 1 | -2/+2 | |
| | ||||||
* | adding "as" and to_sql to count nodes | Aaron Patterson | 2010-09-07 | 3 | -2/+21 | |
| | ||||||
* | group is implemented on table | Aaron Patterson | 2010-09-07 | 1 | -0/+3 | |
| | ||||||
* | adding group to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 | |
| | ||||||
* | group nodes are working! | Aaron Patterson | 2010-09-07 | 5 | -4/+30 | |
| | ||||||
* | nooping on nil parameters | Aaron Patterson | 2010-09-07 | 1 | -0/+2 | |
| | ||||||
* | OUTER joins should be LEFT outer joins | Aaron Patterson | 2010-09-07 | 1 | -1/+1 | |
| | ||||||
* | visiting outer joins | Aaron Patterson | 2010-09-07 | 1 | -0/+1 | |
| | ||||||
* | getting better on joins | Aaron Patterson | 2010-09-07 | 2 | -0/+17 | |
| | ||||||
* | joins are starting to work better | Aaron Patterson | 2010-09-07 | 1 | -2/+2 | |
| | ||||||
* | adding joins method to Table | Aaron Patterson | 2010-09-07 | 1 | -0/+4 | |
| | ||||||
* | adding backwards compat nodes | Aaron Patterson | 2010-09-07 | 2 | -0/+6 | |
| | ||||||
* | doing sql literal conversion | Aaron Patterson | 2010-09-07 | 1 | -1/+5 | |
| | ||||||
* | dot visitor can visit count nodes | Aaron Patterson | 2010-09-06 | 1 | -0/+5 | |
| | ||||||
* | adding backwards compat methods | Aaron Patterson | 2010-09-06 | 1 | -0/+3 | |
| | ||||||
* | fixing warning | Aaron Patterson | 2010-09-06 | 1 | -1/+1 | |
| | ||||||
* | select manager responds to order | Aaron Patterson | 2010-09-06 | 1 | -0/+4 | |
| | ||||||
* | 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 | 5 | -9/+9 | |
| | ||||||
* | we can visit the date! | Aaron Patterson | 2010-08-24 | 1 | -0/+1 | |
| | ||||||
* | 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 | 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 ↵ | Aaron Patterson | 2010-08-24 | 8 | -4/+55 | |
| | | | | "join_sql" | |||||
* | 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 | |
| | | | | | | | | 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 | 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 | |
|\ | | | | | | | | | | | | | | | | | * '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/+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 | |
|\ | | | | | | | | | | | | | * '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 | 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 | |
|/ |