Jan de Visser
|
001949d77a
LibSQL: Improve error handling
|
3 years ago |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
3 years ago |
Andreas Kling
|
72f3fd824e
LibSQL: Replace Result<T, E> use with ErrorOr<T>
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Ali Mohammad Pur
|
3a9f00c59b
Everywhere: Use OOM-safe ByteBuffer APIs where possible
|
3 years ago |
Jan de Visser
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
3 years ago |
Jan de Visser
|
224804b424
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
|
4 years ago |