limbo/core/storage
Alecco 6763aa0cd5 page_cache: tests: helper functions and more tests
test_detach_via_insert fails as it repros insert not removing duplicate
page entries with same cache key (id, frame) issue #1348
2025-05-21 14:09:39 +02:00
..
btree.rs Add enum CursorHasRecord to remove assumption that all btrees have rowid 2025-05-20 14:22:17 +03:00
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs Fix dumb clippy errors 2025-04-13 11:10:06 -03:00
mod.rs Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
page_cache.rs page_cache: tests: helper functions and more tests 2025-05-21 14:09:39 +02:00
pager.rs sqlite3: Add libsql_wal_frame_count() API 2025-05-15 11:43:44 +03:00
sqlite3_ondisk.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
wal.rs fix some issues about page_size 2025-04-28 16:13:07 +08:00