| .. |
|
AST
|
LibSQL: Partially implement the DELETE command
|
2022-11-30 11:43:13 +01:00 |
|
BTree.cpp
|
LibSQL: Fix BTree corruption in TreeNode::split
|
2022-11-26 09:15:34 +01:00 |
|
BTree.h
|
LibSQL: Remove superfluous VERIFYs for Vector accessing
|
2022-11-26 09:15:34 +01:00 |
|
BTreeIterator.cpp
|
LibSQL: Fix BTree corruption in TreeNode::split
|
2022-11-26 09:15:34 +01:00 |
|
CMakeLists.txt
|
LibSQL: Partially implement the DELETE command
|
2022-11-30 11:43:13 +01:00 |
|
Database.cpp
|
LibSQL: Partially implement the DELETE command
|
2022-11-30 11:43:13 +01:00 |
|
Database.h
|
LibSQL: Partially implement the DELETE command
|
2022-11-30 11:43:13 +01:00 |
|
Forward.h
|
|
|
|
HashIndex.cpp
|
LibSQL: Fix BTree corruption in TreeNode::split
|
2022-11-26 09:15:34 +01:00 |
|
HashIndex.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
|
Heap.cpp
|
LibSQL: Fix typo in debugging statement
|
2022-11-01 14:52:59 +00:00 |
|
Heap.h
|
LibSQL: Remove unused method Heap::has_block
|
2022-11-26 09:15:34 +01:00 |
|
Index.cpp
|
|
|
|
Index.h
|
|
|
|
Key.cpp
|
|
|
|
Key.h
|
|
|
|
Meta.cpp
|
LibSQL: Remove infallible type conversions from SQL::Value
|
2022-10-14 17:47:44 +03:30 |
|
Meta.h
|
|
|
|
Result.cpp
|
|
|
|
Result.h
|
|
|
|
ResultSet.cpp
|
|
|
|
ResultSet.h
|
|
|
|
Row.cpp
|
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
|
2022-11-30 11:43:13 +01:00 |
|
Row.h
|
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
|
2022-11-30 11:43:13 +01:00 |
|
Serializer.cpp
|
|
|
|
Serializer.h
|
LibSQL: Fix BTree corruption in TreeNode::split
|
2022-11-26 09:15:34 +01:00 |
|
SQLClient.cpp
|
|
|
|
SQLClient.h
|
|
|
|
TreeNode.cpp
|
LibSQL: Fix BTree corruption in TreeNode::split
|
2022-11-26 09:15:34 +01:00 |
|
Tuple.cpp
|
LibSQL: Don't copy strings when searching for a column's index
|
2022-11-30 11:43:13 +01:00 |
|
Tuple.h
|
LibSQL: Don't copy strings when searching for a column's index
|
2022-11-30 11:43:13 +01:00 |
|
TupleDescriptor.h
|
|
|
|
Type.h
|
LibSQL: Rewrite the SQL::Value type to be contained within one class
|
2022-10-14 17:47:44 +03:30 |
|
Value.cpp
|
LibSQL: Add missing definition of Value's u32 comparator
|
2022-11-30 11:43:13 +01:00 |
|
Value.h
|
LibSQL: Rewrite the SQL::Value type to be contained within one class
|
2022-10-14 17:47:44 +03:30 |