From ef9f0d242424f47cc3839e9c7db7e5cbac09b1a4 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 28 Jan 2018 00:29:00 +0900 Subject: [PATCH] add order by to make a test more reliable (ribasushi++) - https://github.com/DBD-SQLite/DBD-SQLite/commit/849d2ac9ad9a97d4fcc0a6594d503615fa5ce37b#commitcomment-27150620 --- t/rt_124227_index_regression.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/rt_124227_index_regression.t b/t/rt_124227_index_regression.t index cb55710..ee57ff2 100644 --- a/t/rt_124227_index_regression.t +++ b/t/rt_124227_index_regression.t @@ -34,6 +34,7 @@ WHERE 2 > ( rownum__emulation.cdid > me.cdid ) ) +ORDER BY cdid EOS { # With an index