Timothy Flynn c3a6fad080 LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer 2 лет назад
..
AST 17988bab75 LibSQL: Immediately commit database modifications (for now) 2 лет назад
BTree.cpp 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` 2 лет назад
BTree.h 0460a654d4 LibSQL: Remove superfluous `VERIFY`s for `Vector` accessing 2 лет назад
BTreeIterator.cpp 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` 2 лет назад
CMakeLists.txt ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE 2 лет назад
Database.cpp c3a6fad080 LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer 2 лет назад
Database.h 5f549fe5d9 LibSQL: Add missing header includes 2 лет назад
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 лет назад
HashIndex.cpp 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` 2 лет назад
HashIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators 2 лет назад
Heap.cpp 4283109c13 LibSQL: Fix typo in debugging statement 2 лет назад
Heap.h e5e00a682b LibSQL: Remove unused method `Heap::has_block` 2 лет назад
Index.cpp 5f549fe5d9 LibSQL: Add missing header includes 2 лет назад
Index.h 5f549fe5d9 LibSQL: Add missing header includes 2 лет назад
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 3 лет назад
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency 3 лет назад
Meta.cpp 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 лет назад
Meta.h f2fae3a21c LibSQL: Do not return copies of vectors from table/index definitions 3 лет назад
Result.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 лет назад
Result.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 лет назад
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 лет назад
ResultSet.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 лет назад
Row.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 3 лет назад
Row.h c3a6fad080 LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer 2 лет назад
SQLClient.cpp 7abb782206 Libraries: Use default constructors/destructors in LibSQL 3 лет назад
SQLClient.h 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets 2 лет назад
Serializer.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 3 лет назад
Serializer.h 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` 2 лет назад
TreeNode.cpp 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` 2 лет назад
Tuple.cpp 0460a654d4 LibSQL: Remove superfluous `VERIFY`s for `Vector` accessing 2 лет назад
Tuple.h 0460a654d4 LibSQL: Remove superfluous `VERIFY`s for `Vector` accessing 2 лет назад
TupleDescriptor.h c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 лет назад
Type.h 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class 2 лет назад
Value.cpp 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class 2 лет назад
Value.h 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class 2 лет назад