Skip to content

Bump apsw from 3.46.0.0 to 3.46.0.1#1066

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/apsw-3.46.0.1
Closed

Bump apsw from 3.46.0.0 to 3.46.0.1#1066
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/apsw-3.46.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps apsw from 3.46.0.0 to 3.46.0.1.

Release notes

Sourced from apsw's releases.

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)

Changelog

Sourced from apsw's changelog.

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)

Commits
  • b3d76af Release bump
  • 10e2727 Note exceptions suppressed in one code path
  • 12594ee Update processing to fix bug, infinite loop on said bug, and unused var
  • 8ab114c Pathological error handling
  • 2e1deed Tests for bindings functions
  • 34ecf37 Fix error handling when using bindings
  • 9604e72 Bindings count/names from query_info
  • b518fe7 Don't complain about undocumented underscore names
  • 52cb1b9 sqlite3_bind_parameter_name does not need to release GIL
  • ca34b2f Merge branch 'master' of github.com:rogerbinns/apsw
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [apsw](https://github.com/rogerbinns/apsw) from 3.46.0.0 to 3.46.0.1.
- [Release notes](https://github.com/rogerbinns/apsw/releases)
- [Changelog](https://github.com/rogerbinns/apsw/blob/master/doc/changes.rst)
- [Commits](rogerbinns/apsw@3.46.0.0...3.46.0.1)

---
updated-dependencies:
- dependency-name: apsw
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2024

Superseded by #1139.

@dependabot dependabot bot closed this Aug 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/apsw-3.46.0.1 branch August 15, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants