aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/native_sqlite3/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-16/+0
* use rake to create test databases for usAaron Patterson2011-01-141-9/+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
* Added timeout option to SQLite3 configurations to deal more gracefully with S...David Heinemeier Hansson2006-10-091-1/+1
* 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-0/+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-2/+4
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-0/+34