1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: removed "disconnect" from lib/DBD/SQLite.pm which caused "Subroutine DBD::SQLite::db::disconnect redefined" and broke other tests

This commit is contained in:
Kenichi Ishigaki 2009-04-06 09:25:43 +00:00
parent 690d7472f3
commit 5dee4f7d5c

View file

@ -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