Age | Commit message (Expand) | Author |
---|---|---|
2023-04-23 | LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` | Jelle Raaijmakers |
2022-11-30 | LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row | Timothy Flynn |
2022-11-30 | LibSQL: Remove unused SQL::Row constructors/methods | Timothy Flynn |
2022-11-30 | LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer | Timothy Flynn |
2021-10-06 | LibSQL: Resolve cyclic dependency | Ben Wiederhake |
2021-08-21 | LibSQL: Introduce Serializer as a mediator between Heap and client code | Jan de Visser |
2021-06-19 | LibSQL: Database layer | Jan de Visser |