database_cleaner-active_record icon indicating copy to clipboard operation
database_cleaner-active_record copied to clipboard

Can we test other databases?

Open botandrose opened this issue 5 years ago • 2 comments

AR has adapters for a lot more than Sqlite, MySQL, and PostgreSQL. Can we test our code that works against those, too? What does the AR repo do about this?

botandrose avatar Feb 18 '20 23:02 botandrose

Looks like Rails only runs CI on those big three.

IBM DB apparently has an free version that we might be able to use: https://github.com/travis-ci/travis-ci/issues/2336

SQL Server appears to be possible, too: https://github.com/dotnet/efcore/pull/7842

Even Oracle appears to be possible! https://github.com/rsim/oracle-enhanced

botandrose avatar Feb 18 '20 23:02 botandrose

@botandrose That sounds interesting. I think that the main limitation is the CI service we are using: https://docs.travis-ci.com/user/database-setup

etagwerker avatar May 19 '20 12:05 etagwerker