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:
parent
646c5bf46d
commit
89f70e54e7
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue