mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
LibSQL: Partially implement the DELETE command
This implements enough to delete rows filtered by a WHERE clause.
This commit is contained in:
parent
6d3f68cc11
commit
aba7f11a50
6 changed files with 190 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
AST/CreateSchema.cpp
|
||||
AST/CreateTable.cpp
|
||||
AST/Delete.cpp
|
||||
AST/Describe.cpp
|
||||
AST/Expression.cpp
|
||||
AST/Insert.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue