mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibSQL: Parse UPDATE statement
This also migrates parsing of conflict resolution to a helper method, since both INSERT and UPDATE need it.
This commit is contained in:
parent
8d79b4a3e1
commit
0764a68616
5 changed files with 198 additions and 20 deletions
|
@ -55,4 +55,5 @@ class TableOrSubquery;
|
|||
class Token;
|
||||
class TypeName;
|
||||
class UnaryOperatorExpression;
|
||||
class Update;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue