comparison 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
comparison
equal deleted inserted replaced
7920:6aa0525187cd 7921:e3975f679bf1
610 driver to provide a very fast 610 driver to provide a very fast
611 backend. This is not suitable for trackers which will have many 611 backend. This is not suitable for trackers which will have many
612 simultaneous users, but requires much less installation and maintenance 612 simultaneous users, but requires much less installation and maintenance
613 effort than more scalable postgresql and mysql backends. 613 effort than more scalable postgresql and mysql backends.
614 614
615 SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last 615 SQLite is supported via PySQLite version 2.1.0 and sqlite3 (the last
616 being bundled with Python 2.5+) 616 being bundled with Python 2.5+)
617 617
618 Installed SQLite should be the latest version available (3.9.0 or newer). 618 Installed SQLite should be the latest version available (3.9.0 or newer).
619 619
620 .. _fts5-testing: 620 .. _fts5-testing:

Roundup Issue Tracker: http://roundup-tracker.org/