All Versions
12
Latest Version
Avg Release Cycle
83 days
Latest Release
1336 days ago

Changelog History
Page 1

  • v3.33.0-r1

    August 29, 2020
  • v3.32.2-r1

    June 07, 2020
  • v3.31.1-r1 Changes

    March 02, 2020

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    ⚑️ Various updates due to year change

    πŸ›  Fix deprecated universal newline use in shell (#283)

    Shell now uses pragma function_list to get list of functions for tab completion

    βž• Added constants:

    • SQLITE_DBCONFIG_TRUSTED_SCHEMA, SQLITE_DBCONFIG_LEGACY_FILE_FORMAT,
      SQLITE_CONSTRAINT_PINNED, SQLITE_OK_SYMLINK, SQLITE_CANTOPEN_SYMLINK,
      SQLITE_FCNTL_CKPT_DONE, SQLITE_OPEN_NOFOLLOW, SQLITE_VTAB_DIRECTONLY
  • v3.30.1-r1 Changes

    November 06, 2019

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constants:

    • SQLITE_DBCONFIG_ENABLE_VIEW

    ⚑️ Updated hashing of SQL statements (issue #274)

    🏁 Python 3.8 Windows binaries available.

  • v3.29.0-r1 Changes

    September 30, 2019

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constants:

    SQLITE_DBCONFIG_DQS_DML, SQLITE_DBCONFIG_DQS_DDL, SQLITE_DBCONFIG_LEGACY_ALTER_TABLE

    ⚑️ Updated Connection.config() with all current SQLITE_DBCONFIG constants. Also fixes APSW issue 249.

  • v3.28.0-r1 Changes

    June 10, 2019

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constant:

    • SQLITE_DBCONFIG_WRITABLE_SCHEMA
  • v3.27.2-r1 Changes

    March 07, 2019

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constants:

    • SQLITE_CONFIG_MEMDB_MAXSIZE, SQLITE_FCNTL_SIZE_LIMIT

    βž• Added support for the geopoly extension (APSW issue #253)

    βœ‚ Removed hash optimisation that isn’t useful any more (APSW issue #256)

  • v3.26.0-r1 Changes

    January 07, 2019

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constant:

    • SQLITE_DBCONFIG_DEFENSIVE
  • v3.25.2-r1 Changes

    November 05, 2018

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constants:

    SQLITE_INDEX_CONSTRAINT_FUNCTION, SQLITE_CANTOPEN_DIRTYWAL, SQLITE_ERROR_SNAPSHOT, SQLITE_FCNTL_DATA_VERSION

    Shell output mode now has lines and columns for compatibility (APSW issue 214)

    Example now runs under both Python 2 and 3.

  • v3.24.0-r1 Changes

    July 16, 2018

    πŸ“š Source β–ͺ Downloads β–ͺ Changelogs β–ͺ Documentation

    βž• Added constants:

    SQLITE_DBCONFIG_RESET_DATABASE, and support for it in Connection.config()

    SQLITE_LOCKED_VTAB, and SQLITE_CORRUPT_SEQUENCE extended result codes

    βž• Added keywords and updated the shell to use it.

    🏁 Python 3.7 Windows binaries are provided.