Skip to content

Tags: zombiezen/sqlite

Tags

v0.3.2

Toggle v0.3.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Update to SQLite 3.32.2

v0.3.1

Toggle v0.3.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Update to SQLite 3.32.1

v0.3.0

Toggle v0.3.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Minor features, many bug fixes

- Fix unsafe pointer arithmetic panics with -race enabled.
- Fix Close panic if ctx is canceled during Open.
- Update to SQLite3 3.32.0
- Add Conn.ChangesetApplyInverse

Thanks to Ross Light (@zombiezen):
- Add Conn.SetAuthorizer.
- Add Conn.Limit method.

Thanks to Vincent Rischmann (@vrischmann):
- Fix `go mod vender` not including C files.

v0.2.5

Toggle v0.2.5's commit message

Unverified

This user has not yet uploaded their public signing key.
Enable GEOPOLY, Add Column & Bind Incrementor

v0.2.4

Toggle v0.2.4's commit message

Unverified

This user has not yet uploaded their public signing key.
Minor bug fix

v0.2.3

Toggle v0.2.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Update sqlite to 3.31.1

v0.2.2

Toggle v0.2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Update sqlite to 3.31.0

v0.2.1

Toggle v0.2.1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix sqlitex.Pool race conditions

v0.2.0

Toggle v0.2.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Backup, Snapshot, Value, and bugfixes

v0.1.2

Toggle v0.1.2's commit message
sqlite: handle []byte larger than 1<<28

Requires a lttle care to do so while continuing to compile
on 32-bit architectures.

Fixes crawshaw#45