Re: Best practice for upgrading the version of SQLite bundled with Python 2.6.1

2009-02-18 Thread python
Gabriel, > At least on Windows, you only have to replace sqlite3.dll (in the DLLs > directory) with the new one, and that's all. That's easy! :) Thank you, Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: Best practice for upgrading the version of SQLite bundled with Python 2.6.1

2009-02-17 Thread Gabriel Genellina
En Wed, 18 Feb 2009 01:09:15 -0200, escribió: Are there best practice recommendations for upgrading the version of SQLite that comes bundled with versions of Python 2.5 and later? At least on Windows, you only have to replace sqlite3.dll (in the DLLs directory) with the new one, and that's

Best practice for upgrading the version of SQLite bundled with Python 2.6.1

2009-02-17 Thread python
Are there best practice recommendations for upgrading the version of SQLite that comes bundled with versions of Python 2.5 and later? We're running Python 2.6.1 on Windows and Linux and using the default version of SQLite that ship with this release. Today, a new version of SQLite 3.6.11 was releas