Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: e8af4011e2b734b96d3c1c13c73b970385e8de44 https://github.com/perl5-dbi/DBI-Test/commit/e8af4011e2b734b96d3c1c13c73b970385e8de44 Author: Jens Rehsack <s...@netbsd.org> Date: 2013-07-31 (Wed, 31 Jul 2013)
Changed paths: M lib/DBI/Test/Conf.pm Log Message: ----------- extend prefix generation by driver based dsn Since it makes sense to decouple 1600 tests in SQL-Statement/t/06virtual.t by separating it into one file per used DBD, or clean up DBI/t/52dbm_complex.t, we now have the opportunity to do that. Pitfall - it defaultly generates all variants even when they are not necessary (eg. for connection test, it doesn't connect better with MLDBM or BerkeleyDB).