Timothy Flynn 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 years ago
..
AST 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 years ago
BTree.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
BTree.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
BTreeIterator.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
CMakeLists.txt 373b467302 LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 3 years ago
Database.cpp e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 years ago
Database.h 5f549fe5d9 LibSQL: Add missing header includes 2 years ago
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
HashIndex.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
HashIndex.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Heap.cpp e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 years ago
Heap.h 001949d77a LibSQL: Improve error handling 3 years ago
Index.cpp 5f549fe5d9 LibSQL: Add missing header includes 2 years ago
Index.h 5f549fe5d9 LibSQL: Add missing header includes 2 years ago
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency 3 years ago
Meta.cpp 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 years ago
Meta.h f2fae3a21c LibSQL: Do not return copies of vectors from table/index definitions 3 years ago
Result.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
Result.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
ResultSet.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
Row.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Row.h 9d89b64d59 LibSQL: Resolve cyclic dependency 3 years ago
SQLClient.cpp 7abb782206 Libraries: Use default constructors/destructors in LibSQL 3 years ago
SQLClient.h 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets 2 years ago
Serializer.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Serializer.h c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
TreeNode.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
Tuple.cpp c0b54f18b5 LibSQL: Copy SQL::Value instances less frequently (which may be vectors) 2 years ago
Tuple.h c2c47fb9bb LibSQL: Add the 'extend' operation to the Tuple class 3 years ago
TupleDescriptor.h c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
Type.h af3980384b LibSQL: Return StringView from enum-to-string converters 2 years ago
Value.cpp 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 years ago
Value.h 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value 2 years ago
ValueImpl.h e13c96157c LibSQL: Implement converting float and tuple values to a boolean 3 years ago