1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

DBD::SQLite: should pass attr, too

This commit is contained in:
Kenichi Ishigaki 2009-10-20 17:38:59 +00:00
parent cf1fb1b652
commit 0ced6f0a68

View file

@ -114,7 +114,7 @@ sub connect {
}
# Hand off to the actual login function
DBD::SQLite::db::_login($dbh, $real, $user, $auth) or return undef;
DBD::SQLite::db::_login($dbh, $real, $user, $auth, $attr) or return undef;
# Register the on-demand collation installer
$DBI::VERSION >= 1.608