Path to this page:
Subject: CVS commit: pkgsrc/databases/py-apsw
From: Adam Ciarcinski
Date: 2024-06-17 17:19:56
Message id: 20240617151956.1CB49FC74@cvs.NetBSD.org
Log Message:
py-apsw: updated to 3.46.0.1
3.46.0.1
apsw.ext.query_info() provides the count and names of bindings parameters. (APSW \
issue 528)
Address how errors are handled in VFS xRandomness routine, that is only called \
once by SQLite to seed its random number generator. (APSW issue 526)
Added Connection.vfsname() and updated corresponding shell command to get the \
diagnostic names of the vfs stack for the connection. (APSW issue 525)
Do not cache Connection.pragma() statements to avoid encryption keys, or pragmas \
that run during prepare from being retained. (APSW issue 522)
Connection.pragma() adds keyword schema argument to run pragma against attached \
databases. (APSW issue 524)
Files: