aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_mysql.rb
Commit message (Expand)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 gene...Jon Leighton2011-08-081-1/+1
* supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. fi...Aaron Patterson2011-07-201-0/+10
* refactoring custom lock logic to use sql literalsAaron Patterson2011-02-211-2/+2
* Lock should be a unary nodeAaron Patterson2011-02-211-1/+1
* Allow database specific locking clauses to be usedJesse Storimer2011-01-201-5/+10
* adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-031-2/+2
* quoting limit nodesAaron Patterson2010-12-071-0/+6
* mysql will lock for updateAaron Patterson2010-11-221-0/+7
* mysql selects from dual on empty from statementsAaron Patterson2010-11-051-1/+7
* adding default limits when there is an offset for sqlite and mysql [#5316 sta...Aaron Patterson2010-10-201-0/+21