On Thu, 15 Sep 2011 17:36:52 +0200, Fabio Spadaro
<fabiolinos...@gmail.com> wrote:


> i just installed python 2.7.2 and the value returned by "PRAGMA
> foreign_keys" is [(0,)]; Later I will try with the tables.

You can get the version of the SQLite library with 
        SELECT sqlite_version();

Recent versions also support:
        PRAGMA compile_options;
-- 
  (  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