Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
..
AST 086969277e Everywhere: Run clang-format vor 3 Jahren
BTree.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
BTree.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
BTreeIterator.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
CMakeLists.txt 373b467302 LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] vor 3 Jahren
Database.cpp f6233913ad LibSQL: Implement a DESCRIBE TABLE statement vor 3 Jahren
Database.h f6233913ad LibSQL: Implement a DESCRIBE TABLE statement vor 3 Jahren
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> vor 3 Jahren
HashIndex.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
HashIndex.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Heap.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr vor 3 Jahren
Heap.h 001949d77a LibSQL: Improve error handling vor 3 Jahren
Index.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Index.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency vor 3 Jahren
Meta.cpp 086969277e Everywhere: Run clang-format vor 3 Jahren
Meta.h f2fae3a21c LibSQL: Do not return copies of vectors from table/index definitions vor 3 Jahren
Result.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> vor 3 Jahren
Result.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> vor 3 Jahren
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> vor 3 Jahren
ResultSet.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> vor 3 Jahren
Row.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Row.h 9d89b64d59 LibSQL: Resolve cyclic dependency vor 3 Jahren
SQLClient.cpp 7abb782206 Libraries: Use default constructors/destructors in LibSQL vor 3 Jahren
SQLClient.h 7abb782206 Libraries: Use default constructors/destructors in LibSQL vor 3 Jahren
Serializer.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Serializer.h 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
TreeNode.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code vor 3 Jahren
Tuple.cpp 086969277e Everywhere: Run clang-format vor 3 Jahren
Tuple.h c2c47fb9bb LibSQL: Add the 'extend' operation to the Tuple class vor 3 Jahren
TupleDescriptor.h 7ea54db430 LibSQL: Add 'schema' and 'table' to TupleElementDescriptor vor 3 Jahren
Type.h fe50598a03 LibSQL: Allow expressions and column names in SELECT ... FROM vor 3 Jahren
Value.cpp bfe1bd9726 LibSQL: Convert binary SQL operations to be fallible vor 3 Jahren
Value.h bfe1bd9726 LibSQL: Convert binary SQL operations to be fallible vor 3 Jahren
ValueImpl.h e13c96157c LibSQL: Implement converting float and tuple values to a boolean vor 3 Jahren