Re: Old version of sqlite3

2007-11-08 Thread Martin v. Löwis
> Any suggestions for a workaround? You could silence the warning, using the warnings module. Alternatively, I think you should be able to replace sqlite3.dll with a newer version. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Old version of sqlite3

2007-11-08 Thread Colin J. Williams
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(Run