<kares[m]> enebo: looking at the SQLite Rails failures the filepath thingy would not work even if we provided the SQLite3 API as the test setup continues to assume SQLite3 gem API
<kares[m]> I mean the `NoMethodError: undefined method `filename' for #<ActiveRecord::ConnectionAdapters::SQLite3JdbcConnection:0x53e33962>` should be skipped ...
<kares[m]> there's plenty of `NoMethodError: undefined method `[]' for nil:NilClass` coming from `lib/arjdbc/sqlite3/adapter.rb:266:in `block in remove_column'`
<kares[m]> that one is worth looking into ... as it seems like a compatibility issue - wonder if you've seen any similar nil errors using MySQL/Postgres
<kares[m]> still need to poke around the new async_ methods in AR