ladybird/Userland/Libraries/LibSQL
sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view
Error::from_string_literal now takes direct char const*s, while
Error::from_string_view does what Error::from_string_literal used to do:
taking StringViews. This change will remove the need to insert `sv`
after error strings when returning string literal errors once
StringView(char const*) is removed.

No functional changes.
2022-07-12 23:11:35 +02:00
..
AST Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BTree.cpp
BTree.h
BTreeIterator.cpp
CMakeLists.txt
Database.cpp Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
Database.h LibSQL: Implement a DESCRIBE TABLE statement 2022-02-05 00:35:03 +01:00
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
Heap.h
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Meta.h
Result.cpp
Result.h
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h
SQLClient.cpp Libraries: Use default constructors/destructors in LibSQL 2022-03-13 22:34:38 +01:00
SQLClient.h Libraries: Use default constructors/destructors in LibSQL 2022-03-13 22:34:38 +01:00
TreeNode.cpp
Tuple.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tuple.h
TupleDescriptor.h
Type.h
Value.cpp
Value.h
ValueImpl.h