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:
parent
cf1fb1b652
commit
0ced6f0a68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue