forked from pool/python-apsw
- update to 3.46.0.1:
* :func:`apsw.ext.query_info` provides the count and names of
bindings parameters. (:issue:`528`)
* Address how errors are handled in VFS xRandomness routine,
that is only called once by SQLite to seed its random number
generator. (:issue:`526`)
* Added :meth:`Connection.vfsname` and updated corresponding
shell command to get the diagnostic names of the vfs stack
for the connection. (:issue:`525`)
* Do not cache :meth:`Connection.pragma` statements to avoid
encryption keys, or pragmas that run during prepare from
being retained. (:issue:`522`)
* :meth:`Connection.pragma` adds keyword schema argument to run
pragma against attached databases. (:issue:`524`)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=57
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 21:32:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.46.0.1:
|
||||
* :func:`apsw.ext.query_info` provides the count and names of
|
||||
bindings parameters. (:issue:`528`)
|
||||
* Address how errors are handled in VFS xRandomness routine,
|
||||
that is only called once by SQLite to seed its random number
|
||||
generator. (:issue:`526`)
|
||||
* Added :meth:`Connection.vfsname` and updated corresponding
|
||||
shell command to get the diagnostic names of the vfs stack
|
||||
for the connection. (:issue:`525`)
|
||||
* Do not cache :meth:`Connection.pragma` statements to avoid
|
||||
encryption keys, or pragmas that run during prepare from
|
||||
being retained. (:issue:`522`)
|
||||
* :meth:`Connection.pragma` adds keyword schema argument to run
|
||||
pragma against attached databases. (:issue:`524`)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 08:35:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user