Path to this page:
Subject: CVS commit: pkgsrc/databases/py-apsw
From: Adam Ciarcinski
Date: 2023-08-28 12:34:46
Message id: 20230828103446.2AEE9FBDB@cvs.NetBSD.org
Log Message:
py-apsw: updated to 3.43.0.0
3.43.0.0
This is the last version that supports Python 3.6 and Python 3.7 (both end of \
life). The policy as stated in the about page is that there will be one more \
APSW release after a Python version goes end of life supporting that Python \
version. (APSW issue 471)
Added best practice module (APSW issue 460)
apsw.ext.log_sqlite() outputs SQLite warnings at warning level. (APSW issue 472)
sqlite3_stmt_explain is wrapped available as a explain keyword parameter on \
execute/executemany methods. (APSW issue 474)
Added documentation and helper class for implementing custom pragmas in your own \
Virtual File System (VFS) (APSW issue 464)
Reduced overhead of the Column method when using apsw.ext.make_virtual_module() \
(APSW issue 465)
Files: