mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-03 17:48:17 +00:00
![]() This PR fixes #666 Limbo was treating all single byte integers properly in `core/types.rs`, but when converted in `sqlite3_ondisk`, it was losing the sign for 8 bit integers, treating them all as unsigned. Sqlite3 specifies in their file format that the `1` record serial type is "Value is an 8-bit twos- complement integer." https://www.sqlite.org/fileformat.html We now properly match sqlite3's output   Closes #667 |
||
---|---|---|
.. | ||
btree.rs | ||
buffer_pool.rs | ||
database.rs | ||
mod.rs | ||
page_cache.rs | ||
pager.rs | ||
sqlite3_ondisk.rs | ||
wal.rs |