Initially reported in https://github.com/lovasoa/SQLpage/issues/403 ```sql update x set (a,b)=(1,2); ``` is parsed as ```sql update x set a.b=(1,2); ``` https://sqlite.org/rowvalue.html
Initially reported in sqlpage/SQLPage#403
is parsed as
https://sqlite.org/rowvalue.html