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:
parent
690d7472f3
commit
5dee4f7d5c
1 changed files with 0 additions and 4 deletions
|
@ -97,10 +97,6 @@ sub _get_version {
|
||||||
return( DBD::SQLite::db::FETCH($_[0], 'sqlite_version') );
|
return( DBD::SQLite::db::FETCH($_[0], 'sqlite_version') );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub disconnect {
|
|
||||||
$DB::single = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
my %info = (
|
my %info = (
|
||||||
17 => 'SQLite', # SQL_DBMS_NAME
|
17 => 'SQLite', # SQL_DBMS_NAME
|
||||||
18 => \&_get_version, # SQL_DBMS_VER
|
18 => \&_get_version, # SQL_DBMS_VER
|
||||||
|
|
Loading…
Add table
Reference in a new issue