Skip to content

Tags: openark/dqlite

Tags

v1.0.0

Toggle v1.0.0's commit message
Link header and Go bindings in index.md

v0.9.2

Toggle v0.9.2's commit message
Set default raft snapshot threshold and trailing entries

v0.9.1

Toggle v0.9.1's commit message
Add API to watch for state changes

v0.9.0

Toggle v0.9.0's commit message
Try to gracefully handle dangling leader exec requests

v0.3.0

Toggle v0.3.0's commit message
Adapt tests to new raft_fixture API

v0.2.6

Toggle v0.2.6's commit message
Add sqlite3_wal_replication implementation skeleton

v0.2.5

Toggle v0.2.5's commit message
Unconditionally check all locks, not just the read ones

v0.2.4

Toggle v0.2.4's commit message
Fallback to the unix VFS implementation for temporary files.

v0.2.3

Toggle v0.2.3's commit message
Add support for temporary files in dqlite's VFS implementation

v0.2.2

Toggle v0.2.2's commit message
Re-enable splitting large queries into multiple responses

Turns out this was not the problem.