aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/connections/native_oracle
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Active Record test connection setup. Please see the ↵Jon Leighton2011-06-041-35/+0
| | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
* 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 ↵Raimonds Simanovskis2010-08-231-19/+3
| | | | Oracle
* added dependencies in Gemfile for running ActiveRecord tests with Oracle ↵Raimonds Simanovskis2010-08-161-6/+1
| | | | database
* 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
| | | | | latest oracle_enhanced adapter does automatic shortening of index names ignore select from all_triggers table in assert_queries
* 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
| | | | initialize $KCODE to UTF8 when JRuby is used
* 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
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8660 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Test connections use AR::Base.configurations. References #5497.Jeremy Kemper2006-07-101-12/+16
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4602 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4152 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias ↵David Heinemeier Hansson2006-03-011-0/+23
| | | | | | (closes #4017) [schoenm@earthlink.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ↵David Heinemeier Hansson2005-02-231-24/+0
| | | | | | 8 and 9 #629 [Graham Jenkins]. Removed Maiks Oracle adapter until it can be merged with the OCI one. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added an Oracle adapter that works with the Oracle bindings by Yoshida ↵David Heinemeier Hansson2005-02-071-0/+24
(http://raa.ruby-lang.org/project/oracle/) #564 [Maik Schmidt] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@522 5ecf4fe2-1ee6-0310-87b1-e25e094e27de