Commit d33a7a4
authored
deps(go)(deps): bump github.com/mattn/go-sqlite3 from 1.14.45 to 1.14.47 (#38)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
from 1.14.45 to 1.14.47.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/693de1267690b83d1efe52e27dd30f8945dc52ac"><code>693de12</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1408">#1408</a>
from dxbjavid/getfilename-cstring-leak</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/837b4f2860f1b8508e5c115b9608d3b854f1f9be"><code>837b4f2</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1413">#1413</a>
from mattn/cache-stmt-column-metadata</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/e99486c6b58d5d609726a60b9759204573e0b45e"><code>e99486c</code></a>
cache column metadata for prepared and cached statements</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/eb06f26148e99a1890e46756a2cff13db2e40806"><code>eb06f26</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1412">#1412</a>
from mattn/codex-5sxu1n</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/423f9605f33804999963ece923d2398333a0dc7f"><code>423f960</code></a>
Make callback handle lookups lock-free</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/a3cd5cd6fd2104b9b61d2b95f0a8653d63a1c24c"><code>a3cd5cd</code></a>
free leaked schema string in GetFilename</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/379319c0d851cd45f9671590d56d3125d87a7e99"><code>379319c</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1407">#1407</a>
from mattn/blob-arg-call-order</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/c3e96cd5bb00c5559cba98079fdf6cec861763ca"><code>c3e96cd</code></a>
call sqlite3_value_blob before sqlite3_value_bytes in
callbackArgString</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/518ffdba0a56062ab17108900d19fe71feefb581"><code>518ffdb</code></a>
Merge pull request <a
href="https://redirect.github.com/mattn/go-sqlite3/issues/1406">#1406</a>
from dxbjavid/function-text-embedded-nul</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/b1e8d68f31c23fd5a7a1f08457bb81818db0d943"><code>b1e8d68</code></a>
read text value before its byte length to match documented order</li>
<li>Additional commits viewable in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.45...v1.14.47">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ff1838e commit d33a7a4
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments