-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/02/13 10:00, James Vanns wrote:
> I can find no further Python DBI/sqlite3 API documentation to suggest
> either way. I tried it and it fails.... I guess that's it :(

A flag needs to be set in the open call which pysqlite doesn't do.  Heck
the most recent source release is from May 2011.  You may be able to edit
the source to add the flag in the sqlite3_open call and recompile.

> Has anyone got the URL format working with Python (regardless of
> version)?

Another alternative is to use APSW which has url opens by default
(disclosure I am the author).  The recommended build instructions embed
the SQLite amalgamation inside the extension so it doesn't affect anything
else.

Roger

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlET+T8ACgkQmOOfHg372QQZwgCcCd/FBzxRcDl+QZrTayM8G073
SfwAnAqIKE3yavofxDxZrBu17aSSlLno
=evS/
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to