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