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

disabled reverse_unordered_selects pragma

This commit is contained in:
Kenichi Ishigaki 2013-04-30 09:54:43 +00:00
parent 93cce3a376
commit 20111c7043

View file

@ -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.