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:
parent
6e2308a035
commit
9c1503c0d0
1 changed files with 0 additions and 3 deletions
3
dbdimp.c
3
dbdimp.c
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue