1
Fork 0
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:
Timothy Flynn 2021-04-23 21:40:19 -04:00 committed by Linus Groh
parent 8d79b4a3e1
commit 0764a68616
5 changed files with 198 additions and 20 deletions

View file

@ -55,4 +55,5 @@ class TableOrSubquery;
class Token;
class TypeName;
class UnaryOperatorExpression;
class Update;
}