ladybird/Userland/Libraries/LibSQL
Jelle Raaijmakers 0460a654d4 LibSQL: Remove superfluous VERIFYs for Vector accessing
Remove some `[]` operators' out-of-bounds checks which are already
performed by the underlying `Vector`.
2022-11-26 09:15:34 +01:00
..
AST LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
BTree.cpp
BTree.h LibSQL: Remove superfluous VERIFYs for Vector accessing 2022-11-26 09:15:34 +01:00
BTreeIterator.cpp
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Database.cpp
Database.h LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Forward.h
HashIndex.cpp
HashIndex.h Everywhere: Remove redundant inequality comparison operators 2022-11-06 10:25:08 -07:00
Heap.cpp LibSQL: Fix typo in debugging statement 2022-11-01 14:52:59 +00:00
Heap.h LibSQL: Port the backend SQL file to use Core::Stream 2022-11-01 14:52:59 +00:00
Index.cpp LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Index.h LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Key.cpp
Key.h
Meta.cpp LibSQL: Remove infallible type conversions from SQL::Value 2022-10-14 17:47:44 +03:30
Meta.h
Result.cpp
Result.h
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h LibSQL: Compute byte buffer offsets using size_t 2022-11-01 14:52:59 +00:00
SQLClient.cpp
SQLClient.h SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
TreeNode.cpp LibSQL: Remove superfluous VERIFYs for Vector accessing 2022-11-26 09:15:34 +01:00
Tuple.cpp LibSQL: Remove superfluous VERIFYs for Vector accessing 2022-11-26 09:15:34 +01:00
Tuple.h LibSQL: Remove superfluous VERIFYs for Vector accessing 2022-11-26 09:15:34 +01:00
TupleDescriptor.h
Type.h LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
Value.cpp LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
Value.h LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30