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:
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
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue