From 20111c70431fa162355a9a735bc04c617ea920a8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 30 Apr 2013 09:54:43 +0000 Subject: [PATCH] disabled reverse_unordered_selects pragma --- dbdimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbdimp.c b/dbdimp.c index 1056acd..1201b54 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -306,7 +306,7 @@ sqlite_db_login6(SV *dbh, imp_dbh_t *imp_dbh, char *dbname, char *user, char *pa sqlite_exec(dbh, "PRAGMA foreign_keys = ON"); #endif -#if 1 +#if 0 /* ** Enable this to see if you (wrongly) expect an implicit order ** of return values from a SELECT statement without ORDER BY.