Mercurial > p > roundup > code
diff doc/installation.txt @ 7921:e3975f679bf1
issue2551302 - Remove support for sqlite version 1 from back_sqlite.py
Remove sqlite v1 support and document.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 30 Apr 2024 22:16:22 -0400 |
| parents | 35b4049ea2ad |
| children | ebcda75b7adb |
line wrap: on
line diff
--- a/doc/installation.txt Mon Apr 29 04:17:10 2024 -0400 +++ b/doc/installation.txt Tue Apr 30 22:16:22 2024 -0400 @@ -612,7 +612,7 @@ simultaneous users, but requires much less installation and maintenance effort than more scalable postgresql and mysql backends. - SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last + SQLite is supported via PySQLite version 2.1.0 and sqlite3 (the last being bundled with Python 2.5+) Installed SQLite should be the latest version available (3.9.0 or newer).
