aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_sqlite.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix sqlite visitorAaron Patterson2014-04-081-2/+2
|
* Support locking by default and disable it only for SQLite.Edgars Beigarts2011-08-261-0/+5
|
* 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 default limits when there is an offset for sqlite and mysql [#5316 ↵Aaron Patterson2010-10-201-0/+18
state:resolved]