comparison doc/upgrading.txt @ 8081:95f91b6f0386

issue2551343 - Remove support for PySQLite and sqlite v2. It is unmaintained and sqlite3 is used which is the default for a Python distribution.
author John Rouillard <rouilj@ieee.org>
date Sat, 13 Jul 2024 18:52:55 -0400
parents a4cb4e75d4e9
children 394f72021dad
comparison
equal deleted inserted replaced
8080:d1c29284ccd9 8081:95f91b6f0386
93 Contents: 93 Contents:
94 94
95 .. contents:: 95 .. contents::
96 :local: 96 :local:
97 97
98 .. index:: Upgrading; 2.2.0 to 2.3.0 98 .. index:: Upgrading; 2.4.0 to 2.5.0
99
100 Migrating from 2.4.0 to 2.5.0
101 =============================
102
103 Deprecation Notices (info)
104 --------------------------
105
106 Support for SQLite version 2 has been removed in 2.5.0. Support for
107 the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has
108 been removed in 2.5.0. Only the Python supplied sqlite3 library will
109 be supported.
110
111 .. index:: Upgrading; 2.3.0 to 2.4.0
99 112
100 Migrating from 2.3.0 to 2.4.0 113 Migrating from 2.3.0 to 2.4.0
101 ============================= 114 =============================
102 115
103 Update your ``config.ini`` (required) 116 Update your ``config.ini`` (required)

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