On Mon, Sep 30, 2013 at 08:36:33AM +0200, Jens Rehsack wrote: > Am 29.09.2013 um 21:20 schrieb Tim Bunce <tim.bu...@pobox.com>: > > > I'd appreciate a summary of how DBI::Test::DSN::Provider differs from > > Test::Database and/or how they might work together. > > I discussed with BooK before hacking DSN::Providers for DBIT. > > The primary consensus was: Test::Database is made for testing applications > against databases used by the application. > > The approach of the DBIT::DSN::Providers was to provide driver DSN's and > attribute variants for the drivers to test.
I'm not convinced that Test::Database couldn't be extended to suit. I'd appreciate specific details of relevant limitations of Test::Database. Tim.