Timothy Flynn 4a916cd379 Everywhere: Remove needless copies of Error / ErrorOr instances 2 years ago
..
AST 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
BTree.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 years ago
BTree.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
BTreeIterator.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 years ago
CMakeLists.txt 517742d6f9 LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2 years ago
Database.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 years ago
Database.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
HashIndex.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
HashIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators 2 years ago
Heap.cpp 4a916cd379 Everywhere: Remove needless copies of Error / ErrorOr instances 2 years ago
Heap.h 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors 2 years ago
Index.cpp 5f549fe5d9 LibSQL: Add missing header includes 2 years ago
Index.h 5f549fe5d9 LibSQL: Add missing header includes 2 years ago
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency 3 years ago
Meta.cpp 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors 2 years ago
Meta.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
Result.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
Result.h 66f98237a7 LibSQL: Don't interpret AK::Error codes as SQL error codes 2 years ago
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
ResultSet.h f0441ee16a LibSQL: Store selected column names in the results for SELECT statements 2 years ago
Row.cpp 6d3f68cc11 LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row 2 years ago
Row.h 6d3f68cc11 LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row 2 years ago
SQLClient.cpp 675713ad8e LibSQL: Actually print an error message after failing to launch a server 2 years ago
SQLClient.h cb06031180 LibSQL+SQLServer: Send result column names over IPC to SQL clients 2 years ago
Serializer.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
Serializer.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
TreeNode.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
Tuple.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
Tuple.h 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove 2 years ago
TupleDescriptor.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
Type.h 264db4fc40 LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro 2 years ago
Value.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
Value.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 years ago