1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

reverse_unordered_selects doesn't make sense for this test

This commit is contained in:
Kenichi Ishigaki 2013-04-30 09:52:35 +00:00
parent 646c5bf46d
commit 89f70e54e7

View file

@ -49,6 +49,11 @@ foreach my $call_func (@CALL_FUNCS) {
# connect
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
my @vals = @words;
if ($use_unicode) {