mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
Notes:
sideshowbarker
2024-07-18 19:09:48 +09:00
Author: https://github.com/trflynn89
Commit: 0764a68616
Pull-request: https://github.com/SerenityOS/serenity/pull/6602
Reviewed-by: https://github.com/linusg
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