rails/activerecord/test/connections
Stephen Bannasch 4ef9845aa3 Adding AR tests for JDBC connections
New connections:

  jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb jdbcpostgresql

To test you will need the native database installed (if one is required),
activerecord-jdbc-adapter and the specific activerecord-jdbc<database>-adapter
for the database you are testing.

Run the tests like this:

  jruby -S rake test_jdbcmysql

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1685 state:committed]
2009-01-26 16:08:44 +13:00
..
jdbc_jdbcderby Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
jdbc_jdbch2 Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
jdbc_jdbchsqldb Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
jdbc_jdbcmysql Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
jdbc_jdbcpostgresql Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
jdbc_jdbcsqlite3 Adding AR tests for JDBC connections 2009-01-26 16:08:44 +13:00
native_db2 Move tests to cases 2008-01-18 07:30:42 +00:00
native_firebird Move tests to cases 2008-01-18 07:30:42 +00:00
native_frontbase Move tests to cases 2008-01-18 07:30:42 +00:00
native_mysql Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary. 2008-08-18 23:36:13 -05:00
native_openbase Move tests to cases 2008-01-18 07:30:42 +00:00
native_oracle Move tests to cases 2008-01-18 07:30:42 +00:00
native_postgresql Cleanup whitespace and remove keys instead of providing nil 2008-02-20 00:58:07 +00:00
native_sqlite Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
native_sqlite3 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
native_sybase Move tests to cases 2008-01-18 07:30:42 +00:00