1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-18 05:12:09 +00:00
serenity/Userland/Libraries/LibSQL
2023-04-09 22:00:54 +02: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 AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Result.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
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 LibSQL: Block signals while forking SQLServer in Lagom 2023-03-28 09:18:50 +01:00
SQLClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
TreeNode.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Tuple.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Tuple.h
TupleDescriptor.h
Type.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Value.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Value.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00