On Sun, 17 Apr 2011 01:11:51 -0500, Nico Williams
<n...@cryptonector.com> wrote:

> Is there any way to persistently set certain PRAGMAs, so that they
> need not be set every time a DB handle is opened?

Many PRAGMA default valuess can be influenced using compiler flags
SQLITE_DEFAULT_* .

See the README file in the amalgamation tarball
http://www.sqlite.org/sqlite-autoconf-3070601.tar.gz

Note: Changing the defaults make your SQL less portable to other
SQLite instances.
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to