Skip to content

Tags: mattn/go-sqlite3

Tags

v1.14.49

Toggle v1.14.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1442 from mattn/sqlite-amalgamation-3053004

Upgrade SQLite to version 3053004

v1.14.48

Toggle v1.14.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1427 from mattn/sqlite-amalgamation-3053003

Upgrade SQLite to version 3053003

v1.14.47

Toggle v1.14.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1408 from dxbjavid/getfilename-cstring-leak

free leaked schema string in GetFilename

v1.14.46

Toggle v1.14.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1413 from mattn/cache-stmt-column-metadata

cache column metadata for prepared and cached statements

v1.14.45

Toggle v1.14.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1404 from mattn/sqlite-amalgamation-3053002

Upgrade SQLite to version 3053002

v1.14.44

Toggle v1.14.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1394 from mattn/sqlite-amalgamation-3053000

Upgrade SQLite to version 3053000

v1.14.43

Toggle v1.14.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1388 from mattn/stmt-cache-lru

evict least-recently-used stmt when cache is full

v1.14.42

Toggle v1.14.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1387 from mattn/codex/stmt-cache

[codex] add opt-in statement cache

v1.14.41

Toggle v1.14.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1386 from mattn/perf/reduce-cgo-overhead

reduce CGO call overhead for exec and bind paths

v1.14.40

Toggle v1.14.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1384 from mattn/raise-go121-cleanup

Raise minimum Go version to 1.21