1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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 # 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 # Register the on-demand collation installer
$DBI::VERSION >= 1.608 $DBI::VERSION >= 1.608