You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of Dolt shell issues (such as #10860, #10861, #10862, possibly #10865) could be fixed if input was parsed per token (or per character, like in sql_statement_scanner) instead of per line.
A lot of Dolt shell issues (such as #10860, #10861, #10862, possibly #10865) could be fixed if input was parsed per token (or per character, like in
sql_statement_scanner) instead of per line.