Skip to content
  • Stephen Bannasch's avatar
    4ef9845a
    Adding AR tests for JDBC connections · 4ef9845a
    Stephen Bannasch authored
    
    
    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: default avatarMichael Koziarski <michael@koziarski.com>
    [#1685 state:committed]
    4ef9845a
    Adding AR tests for JDBC connections
    Stephen Bannasch authored
    
    
    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: default avatarMichael Koziarski <michael@koziarski.com>
    [#1685 state:committed]
Loading