Skip to content

Tags: vaq130/sqlite

Tags

v0.5.3

Toggle v0.5.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Do not interrupt a connection on context cancellation

Interrupting at the connection level (and not at the statement) is an issue if
multiple statements are running concurrently on the same connection – for
example, a read statement can cause a write to fail.

Until we can find a more granular answer to cancelling, the feature is disabled.

v0.5.2

Toggle v0.5.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Allow text to from blob

v0.5.1

Toggle v0.5.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix doc links

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Go 1.21

Previous build failed due to incompatible Go.mod.