mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
oops, forgot to change a variable name, though I believe the result doesn't change...
This commit is contained in:
parent
7cae132e46
commit
484534cb16
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ is( scalar(@$ar), 2, 'Got 2 results' );
|
||||||
# known workaround 3
|
# known workaround 3
|
||||||
{
|
{
|
||||||
local $dbh->{sqlite_see_if_its_a_number} = 1;
|
local $dbh->{sqlite_see_if_its_a_number} = 1;
|
||||||
my $sth = $dbh->selectall_arrayref(
|
my $ar = $dbh->selectall_arrayref(
|
||||||
'SELECT bar FROM foo GROUP BY bar HAVING count(*) > ?',
|
'SELECT bar FROM foo GROUP BY bar HAVING count(*) > ?',
|
||||||
undef, 1
|
undef, 1
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue