mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
fixed for older DBI
This commit is contained in:
parent
fa6a2c7040
commit
b0fad50e4c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ our $scan_results = [
|
|||
my $dbh = connect_ok(RaiseError => 1, AutoCommit => 1);
|
||||
|
||||
# register the module
|
||||
$dbh->sqlite_create_module(perl => "DBD::SQLite::VirtualTable::PerlData");
|
||||
$dbh->$sqlite_call(create_module => perl => "DBD::SQLite::VirtualTable::PerlData");
|
||||
$dbh->do(<<'SQL');
|
||||
CREATE VIRTUAL TABLE temp.scan_results
|
||||
USING perl(file varchar,
|
||||
|
|
Loading…
Add table
Reference in a new issue