aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rotate log file when capacity is reachedJan Tuomi2024-10-051-3/+62
|
* Handle Null values properly, refactor schema creation to support nullable fieldsJan Tuomi2024-10-051-34/+51
|
* Fix a bug in read_exactJan Tuomi2024-10-051-0/+33
|
* Fix reverse log reader, add unit tests for itJan Tuomi2024-10-041-66/+41
|
* Add exclusive lock request file to prioritize writesJan Tuomi2024-10-031-81/+56
|
* Add concurrency testsJan Tuomi2024-10-031-5/+114
|
* Implement forward log reader, rebuild memtable at initJan Tuomi2024-10-031-21/+117
|
* Add test, small improvementsJan Tuomi2024-10-021-0/+58
|
* Implement secondary indexesJan Tuomi2024-10-021-3/+3
|
* Remove extra layer of modulesJan Tuomi2024-10-011-1/+1
|
* Add DB builder patternJan Tuomi2024-10-011-53/+37
|
* Implement reading backwards from log fileJan Tuomi2024-10-011-6/+123
|
* Implement basic schema functionality, upsertJan Tuomi2024-10-011-24/+96
|
* Initial commitJan T2024-10-011-0/+60