Path to this page:
Subject: CVS commit: pkgsrc/databases/py-apsw
From: Adam Ciarcinski
Date: 2023-03-29 15:04:34
Message id: 20230329130434.1F6E5F9F4@cvs.NetBSD.org
Log Message:
py-apsw: updated to 3.41.2.0
3.41.2.0
Fixed APSW issue 412 in apsw.ext.make_virtual_module().
Added apsw.connections() to get all connections. (APSW issue 416)
sys.unraisablehook() is called correctly (APSW issue 410)
Be stricter where bool values are expected (eg VTTable.BestIndex()), only \
accepting int and bool. Previously you could for example supply strings and \
lists, which were almost certainly unintended errors.
Files: