.. |
AST
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 лет назад |
BTree.cpp
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
BTree.h
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
BTreeIterator.cpp
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
CMakeLists.txt
|
373b467302
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
|
3 лет назад |
Database.cpp
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 лет назад |
Database.h
|
f6233913ad
LibSQL: Implement a DESCRIBE TABLE statement
|
3 лет назад |
Forward.h
|
2397836f8e
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
|
3 лет назад |
HashIndex.cpp
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
HashIndex.h
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
Heap.cpp
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 лет назад |
Heap.h
|
001949d77a
LibSQL: Improve error handling
|
3 лет назад |
Index.cpp
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
Index.h
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
Key.cpp
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
4 лет назад |
Key.h
|
9d89b64d59
LibSQL: Resolve cyclic dependency
|
3 лет назад |
Meta.cpp
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
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
|
4 лет назад |
Row.h
|
9d89b64d59
LibSQL: Resolve cyclic dependency
|
3 лет назад |
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
|
4 лет назад |
Serializer.h
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 лет назад |
TreeNode.cpp
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 лет назад |
Tuple.cpp
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
Tuple.h
|
c2c47fb9bb
LibSQL: Add the 'extend' operation to the Tuple class
|
3 лет назад |
TupleDescriptor.h
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 лет назад |
Type.h
|
fe50598a03
LibSQL: Allow expressions and column names in SELECT ... FROM
|
3 лет назад |
Value.cpp
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 лет назад |
Value.h
|
bfe1bd9726
LibSQL: Convert binary SQL operations to be fallible
|
3 лет назад |
ValueImpl.h
|
e13c96157c
LibSQL: Implement converting float and tuple values to a boolean
|
3 лет назад |