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