Timothy Flynn 66f98237a7 LibSQL: Don't interpret AK::Error codes as SQL error codes hace 2 años
..
AST 41e0e4cdd7 LibSQL: Add parsing and evaluation of BOOLEAN type literals hace 2 años
BTree.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h hace 2 años
BTree.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
BTreeIterator.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h hace 2 años
CMakeLists.txt 517742d6f9 LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom hace 2 años
Database.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h hace 2 años
Database.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> hace 3 años
HashIndex.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
HashIndex.h 4296425bd8 Everywhere: Remove redundant inequality comparison operators hace 2 años
Heap.cpp b5fd96b7ac LibSQL: Ungracefully handle database version incompatibilities hace 2 años
Heap.h 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors hace 2 años
Index.cpp 5f549fe5d9 LibSQL: Add missing header includes hace 2 años
Index.h 5f549fe5d9 LibSQL: Add missing header includes hace 2 años
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code hace 3 años
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency hace 3 años
Meta.cpp 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors hace 2 años
Meta.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Result.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Result.h 66f98237a7 LibSQL: Don't interpret AK::Error codes as SQL error codes hace 2 años
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> hace 3 años
ResultSet.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> hace 3 años
Row.cpp 6d3f68cc11 LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row hace 2 años
Row.h 6d3f68cc11 LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row hace 2 años
SQLClient.cpp f15aa539be LibSQL: Don't do fchmod on OpenBSD hace 2 años
SQLClient.h 4e5f56f737 LibSQL: Support launching a singleton SQLServer instance for Lagom hosts hace 2 años
Serializer.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
Serializer.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
TreeNode.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
Tuple.cpp b9d8c25b0b LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value hace 2 años
Tuple.h 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove hace 2 años
TupleDescriptor.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
Type.h 264db4fc40 LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro hace 2 años
Value.cpp ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr hace 2 años
Value.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr hace 2 años