This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-12 14:18:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63b11030f03e5a0fd06d9c8cfa788da0388096d8
ladybird
/
Userland
/
Libraries
/
LibSQL
History
MacDue
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00
..
AST
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00
BTree.cpp
…
BTree.h
…
BTreeIterator.cpp
…
CMakeLists.txt
…
Database.cpp
…
Database.h
…
Forward.h
…
HashIndex.cpp
…
HashIndex.h
…
Heap.cpp
AK: Move
Stream
and
SeekableStream
from
LibCore
2023-01-29 19:16:44 -07:00
Heap.h
…
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
…
Result.cpp
…
Result.h
…
ResultSet.cpp
…
ResultSet.h
LibSQL: Store selected column names in the results for SELECT statements
2023-02-03 20:34:45 +01:00
Row.cpp
…
Row.h
…
Serializer.cpp
…
Serializer.h
…
SQLClient.cpp
LibSQL: Actually print an error message after failing to launch a server
2023-02-05 07:13:31 -07:00
SQLClient.h
LibSQL+SQLServer: Send result column names over IPC to SQL clients
2023-02-03 20:34:45 +01:00
TreeNode.cpp
…
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
…
Value.cpp
…
Value.h
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
2023-01-04 11:49:15 +01:00