aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed test_disable_referential_integrity on OracleRaimonds Simanovskis2011-08-081-0/+3
* move around testsAaron Patterson2011-07-211-30/+0
* fix postgres connection url testTerence Lee2011-07-201-1/+1
* Added test for postgres connections as URL. Fixed query param parsing.Glenn Gillen2011-07-201-0/+13
* Provide database connection settings as a URL.Glenn Gillen2011-07-201-0/+11
* Create a test case for disable_referential_integrityGabriel Sobrinho2011-07-011-0/+14
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Fix adapter_test.rb to make no assumptions about the database nameJon Leighton2011-06-051-2/+7
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* herp derpricating add_limit_offset!Aaron Patterson2011-01-031-12/+0
* Fix test which prevents connection reset on failing and remove hardcoded conn...Master Lambaster2010-06-181-8/+7
* Add parentheses to avoid warnings when running AR tests.Emilio Tagua2010-06-081-4/+4
* Fixed adapter tests not to assert LIMIT and OFFSET in SQL stringsRaimonds Simanovskis2010-06-041-13/+4
* Revert "When creating database with rake, create schemas in schema_search_pat...Michael Koziarski2010-04-091-6/+0
* When creating database with rake, create schemas in schema_search_path if it ...Rizwan Reza2010-03-281-0/+6
* Add add_limit_offset! to adapters.Emilio Tagua2010-03-251-0/+21
* Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+12
|\
| * No longer require database name for MySQL to allow cross database selects.Tristan Dunn2009-08-091-0/+12
* | Merge commit 'rails/master'Emilio Tagua2009-08-081-1/+7
|\|
| * fixed test_foreign_key_violations_are_translated_to_specific_exception to wor...Raimonds Simanovskis2009-08-061-1/+7
| * Fixed adapter test cases that were failing in oracle because the asserts were...Rob Christie2009-08-061-13/+4
* | Merge commit 'rails/master'Emilio Tagua2009-06-301-0/+15
|\|
| * Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.Michael Schuerig2009-06-261-0/+8
| * Translate adapter errors that indicate a violated uniqueness constraint to Ac...Michael Schuerig2009-06-261-0/+7
* | Removed unused methods.Emilio Tagua2009-06-231-21/+0
|/
* Added db:charset support to PostgreSQL. [#556 state:resolved]Sebastian A. Espindola2008-07-141-0/+6
* Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess]David Heinemeier Hansson2008-06-011-1/+1
* Added SQL escaping for :limit and :offset [#288 state:closed] (Aaron Bedra, S...David Heinemeier Hansson2008-05-311-0/+20
* Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...Tarmo Tänav2008-05-071-9/+10
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+106