Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Merge pull request #113 from xuanxu/remove_relation"" | Aaron Patterson | 2012-03-27 | 1 | -2/+0 |
| | | | | This reverts commit 6e8d1587091e00a84ea24ab92d9e836c3c38bcb8. | ||||
* | Revert "Merge pull request #113 from xuanxu/remove_relation" | Aaron Patterson | 2012-03-27 | 1 | -0/+2 |
| | | | | | This reverts commit 9978fc40a8a5a262670279129a335845ad647f48, reversing changes made to b45466757424b98e1fe9699042d23550fd5b8751. | ||||
* | Remove deprecated Relation module | Juanjo Bazán | 2012-03-27 | 1 | -2/+0 |
| | |||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 1 | -5/+7 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | adding a join factory method on the select manager | Aaron Patterson | 2010-12-07 | 1 | -0/+1 |
| | |||||
* | refactoring where, fixing subselect | Aaron Patterson | 2010-12-07 | 1 | -0/+9 |
| | |||||
* | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | renaming @head to @ast | Aaron Patterson | 2010-11-05 | 1 | -3/+4 |
| | |||||
* | using the connection pool while visiting | Aaron Patterson | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | caching visitor on a per engine basis | Aaron Patterson | 2010-09-23 | 1 | -15/+2 |
| | |||||
* | changing accessor to a writer | Aaron Patterson | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | moving visitors around | Aaron Patterson | 2010-09-23 | 1 | -7/+15 |
| | |||||
* | adding a postgres adapter | Aaron Patterson | 2010-09-23 | 1 | -2/+9 |
| | |||||
* | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+5 |
| | |||||
* | quoting strings from equality statements, adding to_dot | Aaron Patterson | 2010-08-16 | 1 | -0/+4 |
| | |||||
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -28/+2 |
| | |||||
* | adding a relation thing | Aaron Patterson | 2010-08-13 | 1 | -0/+3 |
| | |||||
* | limits are added | Aaron Patterson | 2010-08-12 | 1 | -7/+14 |
| | |||||
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+31 |