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
commit 0764a68616
Notes: sideshowbarker 2024-07-18 19:09:48 +09:00
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;
}