Skip to content

Releases: rogerbinns/apsw

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

3.8.4.2-r1

01 Apr 01:24
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

No APSW code changes. Rebuild due to updated SQLite version.

3.8.4.1-r1

19 Mar 07:38
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Windows 64 bit binary builds for Python 3.3+ are back - thanks to
Mike C. Fletcher for pointing the way

Correct detection of current SQLite version from download page for
setup.py fetch command

Tested against Python 3.4 and binaries for Windows.

3.8.3.1-r1

12 Feb 22:18
Compare
Choose a tag to compare

SourceDownloadsChangelogsDocumentation

Updated Shell completions for keywords, functions and pragmas