mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
What it says on the tin.
This commit is contained in:
parent
7fc901d1b3
commit
6e9f06fc9f
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/JanDeVisser
Commit: 6e9f06fc9f
Pull-request: https://github.com/SerenityOS/serenity/pull/11835
Reviewed-by: https://github.com/trflynn89 ✅
5 changed files with 166 additions and 7 deletions
|
@ -21,6 +21,7 @@ set(SOURCES
|
|||
Row.cpp
|
||||
Serializer.cpp
|
||||
SQLClient.cpp
|
||||
SQLResult.cpp
|
||||
TreeNode.cpp
|
||||
Tuple.cpp
|
||||
Value.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue