aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/native_sqlite/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove support for SQLite 2.Pratik Naik2009-08-171-25/+0
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-1/+1
* Move tests to casesJeremy Kemper2008-01-181-1/+1
* Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur...Jeremy Kemper2007-06-081-1/+1
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-051-13/+4
* Test connections use AR::Base.configurations. References #5497.Jeremy Kemper2006-07-101-6/+3
* AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...David Heinemeier Hansson2006-01-231-1/+1
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-241-1/+1
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-2/+2
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-141-1/+1
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-171-1/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+34