| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back oracle specific crap | Jon Leighton | 2011-06-04 | 1 | -0/+6 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 34 | -394/+17 |
* | use rake to create test databases for us | Aaron Patterson | 2011-01-14 | 1 | -9/+0 |
* | Have a separate test connection directory for sqlite3 in-memory so that the t... | Jon Leighton | 2011-01-11 | 1 | -0/+0 |
* | Enable the sqlite3 in-memory test connection to work | Jon Leighton | 2011-01-11 | 1 | -9/+10 |
* | select goes through exec(), so no method chaining for query counts | Aaron Patterson | 2010-11-03 | 1 | -12/+0 |
* | use bind params in select with query monkeypatch | Aaron Patterson | 2010-11-03 | 1 | -2/+2 |
* | reducing the number of parameters to select() | Aaron Patterson | 2010-10-26 | 1 | -2/+2 |
* | use database from ARUNIT_DB_NAME environment variable when running tests on O... | Raimonds Simanovskis | 2010-08-23 | 1 | -19/+3 |
* | added dependencies in Gemfile for running ActiveRecord tests with Oracle data... | Raimonds Simanovskis | 2010-08-16 | 1 | -6/+1 |
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+25 |
* | ignore selects from data dictionary views when running tests on Oracle | Raimonds Simanovskis | 2010-06-04 | 1 | -1/+1 |
* | test fixes for Oracle enhanced adapter: | Raimonds Simanovskis | 2010-06-04 | 1 | -1/+1 |
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 1 | -25/+0 |
* | modifications to Oracle connection.rb setup | Raimonds Simanovskis | 2009-08-06 | 1 | -3/+17 |
* | changed default connection to localhost orcl database | Raimonds Simanovskis | 2009-08-06 | 1 | -3/+3 |
* | support for assert_queries when using Oracle adapter | Raimonds Simanovskis | 2009-08-06 | 1 | -4/+20 |
* | modified native_oracle/connection.rb to run it with oracle_enhanced adapter | Raimonds Simanovskis | 2009-08-06 | 1 | -7/+18 |
* | Adding AR tests for JDBC connections | Stephen Bannasch | 2009-01-26 | 6 | -0/+131 |
* | Consistently use the framework's configured logger and avoid reverting to RAI... | Joshua Peek | 2008-08-18 | 1 | -3/+1 |
* | Cleanup whitespace and remove keys instead of providing nil | Michael Koziarski | 2008-02-20 | 1 | -2/+0 |
* | Remove reference to 'postgres' user in the connection and Rakefiles. Allows ... | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 3 | -4/+4 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -2/+2 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 11 | -11/+11 |
* | Moving SQL Server tests to the extracted adapter. References #9884. | Jeremy Kemper | 2007-10-16 | 2 | -48/+0 |
* | Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur... | Jeremy Kemper | 2007-06-08 | 2 | -2/+2 |
* | Fix typo. Closes #7504 [aurelianito] | Jeremy Kemper | 2007-06-05 | 1 | -1/+1 |
* | use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activity | Jeremy Kemper | 2006-12-19 | 1 | -1/+3 |
* | Add AssociationCollection#create! to be consistent with AssociationCollection... | Tobias Lütke | 2006-12-05 | 1 | -0/+3 |
* | SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka... | Jeremy Kemper | 2006-11-05 | 2 | -26/+8 |
* | Added timeout option to SQLite3 configurations to deal more gracefully with S... | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+1 |
* | Test connections use AR::Base.configurations. References #5497. | Jeremy Kemper | 2006-07-10 | 12 | -177/+174 |
* | Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5... | David Heinemeier Hansson | 2006-06-03 | 1 | -1/+2 |
* | Add support for FrontBase (http://www.frontbase.com/) with a new adapter than... | Marcel Molina | 2006-04-27 | 1 | -0/+26 |
* | Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen] | David Heinemeier Hansson | 2006-04-04 | 1 | -1/+1 |
* | Added OpenBase database adapter that builds on top of the http://www.spice-of... | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+22 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+24 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 1 | -9/+7 |
* | Fixed validates_length_of to work on UTF-8 strings by using characters instea... | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+1 |
* | AR should run schema.rb for tests when building test DBs (closes #3578) [Rick... | David Heinemeier Hansson | 2006-01-23 | 3 | -1/+3 |
* | Reloading a model doesn't lose track of its connection. References #2996. | Jeremy Kemper | 2005-11-24 | 10 | -10/+10 |
* | r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 | Jeremy Kemper | 2005-11-16 | 1 | -0/+24 |
* | PostgreSQL: min_messages = warning for AR tests. | Jeremy Kemper | 2005-11-12 | 1 | -5/+5 |
* | Changed :dbfile to :database for SQLite adapter for consistency (old key stil... | David Heinemeier Hansson | 2005-10-30 | 3 | -5/+5 |
* | unbreak unit tests on windows | Michael Koziarski | 2005-10-18 | 1 | -2/+0 |
* | r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -4/+2 |
* | r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -0/+17 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 1 | -0/+26 |
* | Fixed the MS SQL adapter to work with the new limit/offset approach and with ... | David Heinemeier Hansson | 2005-03-23 | 1 | -0/+3 |