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