Pekka Enberg
|
8a54e31803
|
core: Rename PageIO to DatabaseStorage
|
2024-08-03 10:33:52 +03:00 |
|
Pekka Enberg
|
4349b946e5
|
core: Eliminate PageSource wrapper
The PageSource wrapper is useless. Let's inline it and use PageIO
directly.
|
2024-08-03 10:27:20 +03:00 |
|
Lauri Virtanen
|
145af04c7e
|
Fix serial type decoding for BLOB and TEXT
Replace `>` with `>=` to match the SQLite documentation. Serial type
value `12` is for 0-size BLOB, and `13` is for 0-size TEXT.
|
2024-08-02 21:50:50 +03:00 |
|
jussisaurio
|
02cae50324
|
use move_to() in btree_seek_rowid()
|
2024-08-01 18:32:01 +03:00 |
|
jussisaurio
|
583fe31667
|
rebase fix
|
2024-08-01 17:26:00 +03:00 |
|
jussisaurio
|
d965998cdf
|
btree_seek_rowid() implementation
|
2024-08-01 17:23:59 +03:00 |
|
Pekka Enberg
|
0bf12ec1b3
|
core: Move buffer_pool.rs to storage module
|
2024-08-01 11:53:14 +03:00 |
|
Pekka Enberg
|
ed1c23bfe6
|
core: Move wal.rs to storage module
|
2024-08-01 11:52:50 +03:00 |
|
Pekka Enberg
|
f8a43361db
|
core: Move pager.rs to storage module
|
2024-08-01 11:52:50 +03:00 |
|
Pekka Enberg
|
7abc48303f
|
core: Move btree.rs to storage module
|
2024-08-01 11:52:50 +03:00 |
|
Pekka Enberg
|
307cd71b11
|
core: Rename storage.rs to storage/mod.rs
Prepare for moving more code under storage module.
|
2024-08-01 11:52:50 +03:00 |
|