Skip to content

3.39.3.0

Compare
Choose a tag to compare
@rogerbinns rogerbinns released this 11 Sep 21:04
· 2338 commits to master since this release

SourceDownloadsChangelogsDocumentation

Test no longer fails if APSW was compiled without SQLITE_ENABLE_COLUMN_METADATA but sqlite3 was separately compiled with it. APSW should be compiled with the same flags as sqlite3 to match functionality and APIs. (APSW issue 363)

–use-system-sqlite-config setup.py build_ext option added to allow Matching APSW and SQLite options. (APSW issue 364)