Old version of sqlite3
Colin J. Williams
cjw at sympatico.ca
Thu Nov 8 12:49:44 EST 2007
sqlalchemy gives the following error
message for sqlite:
C:\Python25\lib\site-packages\sqlalchemy\databases\sqlite.py:167:
RuntimeWarning: The installed version of
sqlite (3.3.4) is out-dated, and will
cause errors in some cases. Version
3.3.13 or greater is recommended.
warnings.warn(RuntimeWarning("The
installed version of sqlite (%s) is
out-dated, and will cause errors in some
cases. Version 3.3.13 or greater is
recommended." % self.dbapi.sqlite_version))
The installed version is in
C:\Python25\DLLs\sqlite3dll dated
18-Apr-07.
sqlite3 has been updated since then.
I am using Python 2.5.1 with Windows XP.
Any suggestions for a workaround?
Colin W.
More information about the Python-list
mailing list