SQLite is smart about opening connections - see http://www.mail-archive.com/sqlite-users@sqlite.org/msg30130.html, combined with (from chx):

$ grep sqlite3_open sqlite_driver.c
i = sqlite3_open(filename, &H->db)

sqlite3_open uses utf8, thus our PRAGMA query is unnecesarry

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community

Yup.

dmitrig01’s picture

FileSize
1.81 KB

reroll

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.