Edgewall Software

Changes between Version 15 and Version 16 of MostFrequentDuplicates


Ignore:
Timestamp:
May 13, 2015, 7:31:38 PM (9 years ago)
Author:
figaro
Comment:

Added more detail to Database is locked issue

Legend:

Unmodified
Added
Removed
Modified
  • MostFrequentDuplicates

    v15 v16  
    1717This used to be an issue when using Trac in combination with the SQLite database. The problem has been fixed in Trac version 0.12 and above.
    1818
     19More information on this issue can be found on the following pages:
     20
     21 * http://trac.edgewall.org/ticket/3446#comment:39
     22 * wiki:PySqlite#OperationalError:databaseislocked
     23​ * [https://www.sqlite.org/rescode.html#locked SQLite (6) SQLITE_LOCKED]
     24
    1925A more scary variant of this issue is #4929, where the lock situation seems to persist and needs a server restart. This situation is rare, however.
    2026
     
    2531=== #6976 '''!TypeError: cannot concatenate 'str' and '!NoneType' objects''' ([search:"cannot concatenate 'str' and 'NoneType' objects" see all])
    2632
    27 This is a bug in the TH:GitPlugin for Trac on nonexistent paths, see TH:ticket:2671.
     33This is a bug in the th:GitPlugin for Trac on nonexistent paths, see th:ticket:2671.
    2834
    2935=== #9403: '''!ValueError: timestamp out of range for platform time_t''' ([search:'"ValueError: timestamp out of range for platform time_t"' see all])