Edgewall Software

Changes between Version 49 and Version 50 of PySqlite


Ignore:
Timestamp:
Jun 15, 2010, 4:32:58 PM (14 years ago)
Author:
Caleb Maclennan <caleb@…>
Comment:

Added note about bug in some versions of pysqlite. See #9434

Legend:

Unmodified
Added
Removed
Modified
  • PySqlite

    v49 v50  
    330330If after the import test you encounter this message it most likely means that your Python was not compiled with threads support. On FreeBSD this is easily verified by doing a {{{grep -i threads /var/db/ports/python24/options}}}. If it comes back with a {{{WITHOUT_THREADS=true}}} you need to configure Python to be compiled with threads by executing {{{make config}}} in the appropriate Python ports directory and subsequently recompile and replace Python.
    331331
     332==== `InterfaceError: Cursor needed to be reset because of commit/rollback and can no longer be fetched from.` ====
     333
     334When upgrading trac databases from 0.11.x to 0.12, the trac-admin upgrade script will die with this error due to a bug in PySqlite versions 2.5.2-2.5.4. It is advised to use either a newer or older release to successfully upgrade. See ticket #9434 for full details.
     335
    332336=== Other issues ===
    333337