From 0ced6f0a6860cd87fef91e9df8e7893b35010644 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 20 Oct 2009 17:38:59 +0000 Subject: [PATCH] DBD::SQLite: should pass attr, too --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 08d9252..fb9289d 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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