ladybird/Userland/Libraries/LibSQL
Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Having an alias function that only wraps another one is silly, and
keeping the more obvious name should flush out more uses of deprecated
strings.
No behavior change.
2023-01-27 20:38:49 +00:00
..
AST AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
BTree.cpp
BTree.h
BTreeIterator.cpp
CMakeLists.txt
Database.cpp
Database.h
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp
Heap.h
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp
Meta.h
Result.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Result.h LibSQL: Don't interpret AK::Error codes as SQL error codes 2023-01-26 10:43:30 +00:00
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h
SQLClient.cpp
SQLClient.h
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
Value.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Value.h