mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-09 07:08:07 -04:00
DBD-SQLite: fixed a "my" masks earlier declaration warning.
This commit is contained in:
parent
4ea7c29274
commit
6662ea6fff
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ my $sth = $dbh->prepare("INSERT INTO f VALUES (?, ?, ?)", { go_last_insert_id_ar
|
||||||
$sth->execute("Fred", "Bloggs", "fred\@bloggs.com");
|
$sth->execute("Fred", "Bloggs", "fred\@bloggs.com");
|
||||||
|
|
||||||
# $dbh->trace(4);
|
# $dbh->trace(4);
|
||||||
my $sth = $dbh->prepare("SELECT * FROM f");
|
$sth = $dbh->prepare("SELECT * FROM f");
|
||||||
ok($sth);
|
ok($sth);
|
||||||
ok($sth->execute);
|
ok($sth->execute);
|
||||||
my $row = $sth->fetch;
|
my $row = $sth->fetch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue