mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +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
|
@ -409,6 +409,7 @@ if (BUILD_LAGOM)
|
|||
list(REMOVE_ITEM LIBSQL_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../../Userland/Libraries/LibSQL/SQLClient.cpp")
|
||||
lagom_lib(SQL sql
|
||||
SOURCES ${LIBSQL_SOURCES}
|
||||
LIBS LagomRegex
|
||||
)
|
||||
|
||||
# TextCodec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue