mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibSQL: Implement LIKE SQL expressions
This commit is contained in:
parent
e957c078d5
commit
f91d471843
Notes:
sideshowbarker
2024-07-19 17:11:18 +09:00
Author: https://github.com/eggpi
Commit: f91d471843
Pull-request: https://github.com/SerenityOS/serenity/pull/11504
5 changed files with 133 additions and 1 deletions
|
@ -31,4 +31,4 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibSQL sql)
|
||||
target_link_libraries(LibSQL LibCore LibSyntax)
|
||||
target_link_libraries(LibSQL LibCore LibSyntax LibRegex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue