aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_postgres.rb
Commit message (Collapse)AuthorAgeFilesLines
* calling cache methods against the connectionAaron Patterson2011-11-191-1/+1
|
* Make it the responsibility of the connection to hold on to a visitor for ↵Jon Leighton2011-08-081-1/+1
| | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.)
* adding Distinct ON nodeAaron Patterson2011-04-211-0/+11
|
* refactoring custom lock logic to use sql literalsAaron Patterson2011-02-211-2/+2
|
* Lock should be a unary nodeAaron Patterson2011-02-211-1/+1
|
* Merge remote branch 'jstorimer/master' into omgAaron Patterson2011-02-211-4/+13
|\ | | | | | | | | * jstorimer/master: Allow database specific locking clauses to be used
| * Allow database specific locking clauses to be usedJesse Storimer2011-01-201-4/+13
| |
* | Add support for WITH and UNIONPaul Sadauskas2011-01-211-0/+1
|/ | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node
* adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-031-2/+4
|
* quoting limit nodesAaron Patterson2010-12-071-0/+8
|
* renaming test_helper to helper so that it is not double requiredAaron Patterson2010-10-181-1/+1
|
* Renamed spec_helper to test_helperRyan Davis2010-10-181-1/+1
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-0/+17