From 5dee4f7d5c14a8cb062b6464c3a9b7c8fb6fb053 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 6 Apr 2009 09:25:43 +0000 Subject: [PATCH] DBD-SQLite: removed "disconnect" from lib/DBD/SQLite.pm which caused "Subroutine DBD::SQLite::db::disconnect redefined" and broke other tests --- lib/DBD/SQLite.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index b597928..689dc53 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -97,10 +97,6 @@ sub _get_version { return( DBD::SQLite::db::FETCH($_[0], 'sqlite_version') ); } -sub disconnect { - $DB::single = 1; -} - my %info = ( 17 => 'SQLite', # SQL_DBMS_NAME 18 => \&_get_version, # SQL_DBMS_VER