aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/native_oracle
Commit message (Expand)AuthorAgeFilesLines
* select goes through exec(), so no method chaining for query countsAaron Patterson2010-11-031-12/+0
* use bind params in select with query monkeypatchAaron Patterson2010-11-031-2/+2
* reducing the number of parameters to select()Aaron Patterson2010-10-261-2/+2
* use database from ARUNIT_DB_NAME environment variable when running tests on O...Raimonds Simanovskis2010-08-231-19/+3
* added dependencies in Gemfile for running ActiveRecord tests with Oracle data...Raimonds Simanovskis2010-08-161-6/+1
* 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
* 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
* Move tests to casesJeremy Kemper2008-01-181-1/+1
* Test connections use AR::Base.configurations. References #5497.Jeremy Kemper2006-07-101-12/+16
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-1/+1
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-0/+23
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-231-24/+0
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-071-0/+24