Skip to content

Releases: rogerbinns/apsw

3.32.2-r1

09 Jun 17:28
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added constants:

  • SQLITE_IOERR_DATA, SQLITE_CORRUPT_INDEX, SQLITE_BUSY_TIMEOUT, SQLITE_FCNTL_CKPT_START, SQLITE_FCNTL_RESERVE_BYTES

Minor documentation updates

3.31.1-r1

02 Mar 23:24
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

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

3.30.1-r1

06 Nov 02:07
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added constants:

  • SQLITE_DBCONFIG_ENABLE_VIEW

Updated hashing of SQL statements (issue #274)

Python 3.8 Windows binaries available.

3.29.0-r1

30 Sep 23:43
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

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.

3.28.0-r1

10 Jun 14:48
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added constant:

  • SQLITE_DBCONFIG_WRITABLE_SCHEMA

3.27.2-r1

07 Mar 04:03
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

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)

3.26.0-r1

07 Jan 18:28
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added constant:

  • SQLITE_DBCONFIG_DEFENSIVE

3.25.2-r1

05 Nov 03:11
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

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.

3.24.0-r1

16 Jul 15:07
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

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.

3.23.1-r1

14 May 14:38
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added constants:

  • SQLITE_DBSTATUS_CACHE_SPILL, SQLITE_FCNTL_LOCK_TIMEOUT