doltlite v0.11.51
Permanent link:
cppdashboard.dev/r/2026/08/doltlite-v0-11-51DoltLite - Version Controlled SQLite
Release notes
Native serialization, broader backup support, custom collations, and reliability fixes. ### SQLite compatibility - Added native sqlite3_serialize() and sqlite3_deserialize(). Images preserve schema, data, branches, history, refs, and working sets. - sqlite3_backup_*() now supports attached and in-memory databases. - Custom collations work for expressions and unindexed columns. Custom- collated indexes remain unsupported. - All wal_checkpoint modes are accepted and mapped to chunk-store garbage collection. ### Reliability - Restored TLS 1.3 HTTPS support in released amalgamations while keeping TLS stripped from remotes-disabled builds. - Rebases can survive reopen on dirty branches without losing uncommitted changes. - Fixed exclusive range scans around extended numeric keys and pending mutations.
Share this resource