ladybird/Userland/Libraries/LibSQL
Timothy Flynn f1f0770d68 LibSQL: Do not crash when SELECTing from an empty table
The crash was caused by getting the first element of an empty vector.
2022-02-10 12:20:35 +00:00
..
AST LibSQL: Do not crash when SELECTing from an empty table 2022-02-10 12:20:35 +00:00
BTree.cpp
BTree.h
BTreeIterator.cpp
CMakeLists.txt LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 2022-02-10 12:20:35 +00:00
Database.cpp LibSQL: Implement a DESCRIBE TABLE statement 2022-02-05 00:35:03 +01:00
Database.h LibSQL: Implement a DESCRIBE TABLE statement 2022-02-05 00:35:03 +01:00
Forward.h LibSQL: Remove now-unused SQLResult class 2022-02-10 12:20:35 +00:00
HashIndex.cpp
HashIndex.h
Heap.cpp
Heap.h
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp
Meta.h LibSQL: Do not return copies of vectors from table/index definitions 2022-02-10 12:20:35 +00:00
Result.cpp LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 2022-02-10 12:20:35 +00:00
Result.h LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 2022-02-10 12:20:35 +00:00
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h
SQLClient.cpp
SQLClient.h
TreeNode.cpp
Tuple.cpp
Tuple.h
TupleDescriptor.h
Type.h
Value.cpp LibSQL: Avoid signed arithmetic in IntegerImpl::compare 2022-02-05 00:35:03 +01:00
Value.h
ValueImpl.h