aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/native_sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-212-3/+3
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-182-2/+2
* Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur...Jeremy Kemper2007-06-081-1/+1
* Fix typo. Closes #7504 [aurelianito]Jeremy Kemper2007-06-051-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-232-0/+2
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-242-2/+2
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-302-3/+3
* r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700Jeremy Kemper2005-10-131-0/+17
* 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