]> granicus.if.org Git - python/commit
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 23:02:44 +0000 (00:02 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 23:02:44 +0000 (00:02 +0100)
commit902fc8b5a0035cc95f6d849f759577f9d315caaf
tree76fc231932346ba359e0de8a4cb0fce4e892c361
parent8ad5b07ccb81f51551ac087a5409ebc85c0d16a7
Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filename as a URI, allowing to pass custom options.
Doc/library/sqlite3.rst
Lib/sqlite3/test/dbapi.py
Misc/NEWS
Modules/_sqlite/connection.c
Modules/_sqlite/module.c