LibSQL: Implement LIKE SQL expressions

This commit is contained in:
Guilherme Gonçalves 2021-12-29 11:47:29 -03:00 committed by Ali Mohammad Pur
commit f91d471843
Notes: sideshowbarker 2024-07-19 17:11:18 +09:00
5 changed files with 133 additions and 1 deletions

View file

@ -31,4 +31,4 @@ set(GENERATED_SOURCES
)
serenity_lib(LibSQL sql)
target_link_libraries(LibSQL LibCore LibSyntax)
target_link_libraries(LibSQL LibCore LibSyntax LibRegex)