Edgewall Software

Changes between Version 48 and Version 49 of DatabaseBackend


Ignore:
Timestamp:
Mar 1, 2015, 10:16:52 AM (9 years ago)
Author:
Jun Omae
Comment:

Minor tweaks

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v48 v49  
    2525 * `timeout`: Set timeout to connect the database, `10.0` is used by default.
    2626 * `cursor`: `eager` cursor pre-fetching all the rows is used by default. It can be turned off by specifying `cursor=` (#3446).
    27  * `journal_mode`: Set the [https://www.sqlite.org/pragma.html#pragma_journal_mode journal mode] to the database.
    28  * `synchronous`: Set the [https://www.sqlite.org/pragma.html#pragma_synchronous synchronous] flag.
     27 * `journal_mode`: Set the [https://www.sqlite.org/pragma.html#pragma_journal_mode journal mode] to the database (since 1.0.5).
     28 * `synchronous`: Set the [https://www.sqlite.org/pragma.html#pragma_synchronous synchronous] flag (since 1.0.5).
    2929
    3030Known issues: see [query:keywords=~sqlite&status=!closed pysqlite-related tickets].