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

removed two obsolete pragma calls at login time

This commit is contained in:
Kenichi Ishigaki 2012-10-08 12:33:27 +00:00
parent 6e2308a035
commit 9c1503c0d0

View file

@ -290,9 +290,6 @@ sqlite_db_login6(SV *dbh, imp_dbh_t *imp_dbh, char *dbname, char *user, char *pa
sqlite3_busy_timeout(imp_dbh->db, SQL_TIMEOUT);
sqlite_exec(dbh, "PRAGMA empty_result_callbacks = ON");
sqlite_exec(dbh, "PRAGMA show_datatypes = ON");
#if 0
/*
** As of 1.26_06 foreign keys support was enabled by default,