π 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:
π Source βͺ Downloads βͺ Changelogs βͺ Documentation
β Added constants:
β‘οΈ Updated hashing of SQL statements (issue #274)
π Python 3.8 Windows binaries available.
π 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.
π Source βͺ Downloads βͺ Changelogs βͺ Documentation
β Added constant:
π Source βͺ Downloads βͺ Changelogs βͺ Documentation
β Added constants:
β Added support for the geopoly extension (APSW issue #253)
β Removed hash optimisation that isnβt useful any more (APSW issue #256)
π Source βͺ Downloads βͺ Changelogs βͺ Documentation
β Added constant:
π 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.
π 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.