Anybody know if the connect() call accepts the underlying SQLite URI format?
http://docs.python.org/2/library/sqlite3.html http://www.sqlite.org/c3ref/open.html http://www.sqlite.org/uri.html 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 :( Hmm, reading further it seems this was introduced in version 3.7.7 and we're still running (the probably ancient) 3.6.20. Maybe the above will magically work if I try and upgrade a test install I have. Lots of red tape to go through for a company-wide upgrade :\ Has anyone got the URL format working with Python (regardless of version)? Thanks, Jim -- Jim Vanns Senior Software Developer Framestore _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

