ladybird/Userland/Libraries/LibSQL
2023-03-21 19:03:21 +00:00
..
AST LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
BTree.cpp
BTree.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
BTreeIterator.cpp
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Database.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Database.h LibSQL: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp LibSQL: Always read and write entire heap blocks 2023-03-13 15:16:20 +00:00
Heap.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Meta.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Result.cpp
Result.h
ResultSet.cpp
ResultSet.h LibSQL: Store selected column names in the results for SELECT statements 2023-02-03 20:34:45 +01:00
Row.cpp
Row.h
Serializer.cpp
Serializer.h
SQLClient.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
SQLClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
TreeNode.cpp
Tuple.cpp
Tuple.h
TupleDescriptor.h
Type.h
Value.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Value.h