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:
parent
93cce3a376
commit
20111c7043
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
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");
|
sqlite_exec(dbh, "PRAGMA foreign_keys = ON");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
/*
|
/*
|
||||||
** Enable this to see if you (wrongly) expect an implicit order
|
** Enable this to see if you (wrongly) expect an implicit order
|
||||||
** of return values from a SELECT statement without ORDER BY.
|
** of return values from a SELECT statement without ORDER BY.
|
||||||
|
|
Loading…
Add table
Reference in a new issue