mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
reverse_unordered_selects doesn't make sense for this test
This commit is contained in:
parent
646c5bf46d
commit
89f70e54e7
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ foreach my $call_func (@CALL_FUNCS) {
|
||||||
# connect
|
# connect
|
||||||
my $dbh = connect_ok( RaiseError => 1, sqlite_unicode => $use_unicode );
|
my $dbh = connect_ok( RaiseError => 1, sqlite_unicode => $use_unicode );
|
||||||
|
|
||||||
|
# The following tests are about ordering, so don't reverse!
|
||||||
|
if ($dbh->selectrow_array('PRAGMA reverse_unordered_selects')) {
|
||||||
|
$dbh->do('PRAGMA reverse_unordered_selects = OFF');
|
||||||
|
}
|
||||||
|
|
||||||
# populate test data
|
# populate test data
|
||||||
my @vals = @words;
|
my @vals = @words;
|
||||||
if ($use_unicode) {
|
if ($use_unicode) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue