Skip to content

Releases: rogerbinns/apsw

3.8.10.1-r1

10 May 05:02
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added deterministic parameter to Connection.createscalarfunction() (APSW issue 187)

Switched to new SQLite API returning 64 bit values for status() (APSW issue 191)

3.8.9-r1

20 Apr 02:57
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Fixed column description caching which could be preserved between multiple statements in the same execution (APSW issue 186)

Updated documentation building tool to use new database of information from the SQLite site. This is simpler and more reliable. (Previously used site scraping.)

Added SQLITE_AUTH_USER, SQLITE_FCNTL_LAST_ERRNO, SQLITE_FCNTL_WAL_BLOCK, SQLITE_FCNTL_GET_LOCKPROXYFILE, and SQLITE_FCNTL_SET_LOCKPROXYFILE constants.

Removed SQLITE_GET_LOCKPROXYFILE, SQLITE_SET_LOCKPROXYFILE, SQLITE_LAST_ERRNO file control constants. These are deprecated - use the versions with FCNTL in their name (eg SQLITE_FCNTL_GET_LOCKPROXYFILE).

Added mappings for conflict resolution modes, virtual table configuration options and xShmLock VFS flags.

3.8.8.2-r1

02 Feb 03:12
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

No APSW changes.

3.8.8.1-r1

23 Jan 04:17
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

The column description is now cached on first request during a query so getting it is quick if called for every row.

Added SQLITE_CONFIG_PCACHE_HDRSZ and SQLITE_CONFIG_PMASZ constants, and support for them in config().

Added SQLITE_CHECKPOINT_TRUNCATE constant.

Update year in various places to 2015.

3.8.7.3-r1

08 Dec 23:03
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

No APSW changes

3.8.7.2-r1

21 Nov 22:29
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Fixed parsing of icu-config flags

3.8.7.1-r1

05 Nov 16:15
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added SQLITE_LIMIT_WORKER_THREADS constant

3.8.6-r1

08 Sep 03:29
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Updated test suite for Python 3.4 unittest garbage collection changes (APSW issue 164, APSW issue 169)

Using the recommended build option of –enable-all-extensions turns on STAT4. Windows binaries include this too.

3.8.5-r1

05 Jun 22:02
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Added SQLITE_IOCAP_IMMUTABLE and SQLITE_FCNTL_WIN32_SET_HANDLE
constants.

3.8.4.3-r1

08 Apr 07:51
Compare
Choose a tag to compare