e.g. http://www.cpantesters.org/cpan/report/
ef15dfbc-b80d-11e2-a6f8-e33723969de0
* Fixes
- Setting quote_names propagates to SQL::Translator when producing
SQLite DDL (it is one of the few producers *NOT* quoting by default)
+ - Tests no longer fail if $ENV{DBI_DSN} is set
* Misc
- Replace $row with $result in all docs to be consistent and to
export $var=1
done
+ export DBI_DSN="dbi:ODBC:server=NonexistentServerAddress"
+ export DBI_DRIVER="ADO"
+
export DBICTEST_SQLITE_REVERSE_DEFAULT_ORDER=1
elif [[ "$CLEANTEST" != "true" ]] && ( [[ -z "$BREWVER" ]] || [[ "$BREWVER" = "blead" ]] ) ; then
# try CPAN's latest offering on a stock perl and a threaded blead
# make sure connection-less storages do not throw on _determine_driver
{
+ local $ENV{DBI_DSN};
+ local $ENV{DBI_DRIVER};
+
my $s = DBICTest::Schema->connect;
is_deeply (
$s->storage->connect_info,