[perl5-dbi/DBI-Test] e8af40: extend prefix generation by driver based dsn
Jens Rehsack <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <51f97777b7c89_4a10137dd587867f@hookshot-fe2-pe1-prd.aws.github.net.mail> |
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 <[email protected]>
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).