aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections
Commit message (Expand)AuthorAgeFilesLines
* ignore selects from data dictionary views when running tests on OracleRaimonds Simanovskis2010-06-041-1/+1
* test fixes for Oracle enhanced adapter:Raimonds Simanovskis2010-06-041-1/+1
* Remove support for SQLite 2.Pratik Naik2009-08-171-25/+0
* modifications to Oracle connection.rb setupRaimonds Simanovskis2009-08-061-3/+17
* changed default connection to localhost orcl databaseRaimonds Simanovskis2009-08-061-3/+3
* support for assert_queries when using Oracle adapterRaimonds Simanovskis2009-08-061-4/+20
* modified native_oracle/connection.rb to run it with oracle_enhanced adapterRaimonds Simanovskis2009-08-061-7/+18
* Adding AR tests for JDBC connectionsStephen Bannasch2009-01-266-0/+131
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-3/+1
* Cleanup whitespace and remove keys instead of providing nilMichael Koziarski2008-02-201-2/+0
* Remove reference to 'postgres' user in the connection and Rakefiles. Allows ...Michael Koziarski2008-02-201-2/+2
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-213-4/+4
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-1811-11/+11
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-162-48/+0
* Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur...Jeremy Kemper2007-06-082-2/+2
* Fix typo. Closes #7504 [aurelianito]Jeremy Kemper2007-06-051-1/+1
* use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activityJeremy Kemper2006-12-191-1/+3
* Add AssociationCollection#create! to be consistent with AssociationCollection...Tobias Lütke2006-12-051-0/+3
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-052-26/+8
* 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-1012-177/+174
* Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5...David Heinemeier Hansson2006-06-031-1/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+26
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-1/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-181-0/+22
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-0/+24
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-9/+7
* Fixed validates_length_of to work on UTF-8 strings by using characters instea...David Heinemeier Hansson2006-02-251-0/+1
* AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...David Heinemeier Hansson2006-01-233-1/+3
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-2410-10/+10
* r3116@asus: jeremy | 2005-11-16 00:17:06 -0800Jeremy Kemper2005-11-161-0/+24
* PostgreSQL: min_messages = warning for AR tests.Jeremy Kemper2005-11-121-5/+5
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-303-5/+5
* unbreak unit tests on windowsMichael Koziarski2005-10-181-2/+0
* r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700Jeremy Kemper2005-10-131-4/+2
* r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700Jeremy Kemper2005-10-131-0/+17
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-0/+26
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-231-0/+3
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-142-2/+2
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-232-24/+25
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-172-3/+8
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+24
* Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...David Heinemeier Hansson2005-01-151-2/+2
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-0/+34
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+24
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-011-3/+9
* InitialDavid Heinemeier Hansson2004-11-244-0/+97