mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibSQL: Implement LIKE SQL expressions
This commit is contained in:
parent
e957c078d5
commit
f91d471843
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