This project is archived and is in readonly mode.
Changeset [4ef9845aa324679b88e19b8223dd90b774215bc6] by Stephen Bannasch
January 26th, 2009 @ 03:08 AM
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-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] http://github.com/rails/rails/co...
Committed by Stephen Bannasch
- M activerecord/Rakefile
- M activerecord/test/connections/jdbc_jdbcderby/connection.rb
- M activerecord/test/connections/jdbc_jdbch2/connection.rb
- M activerecord/test/connections/jdbc_jdbchsqldb/connection.rb
- M activerecord/test/connections/jdbc_jdbcmysql/connection.rb
- M activerecord/test/connections/jdbc_jdbcpostgresql/connection.rb
- M activerecord/test/connections/jdbc_jdbcsqlite3/connection.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>