-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'Add buffered cli input and match sqlite cli repl' from Preston…
… Thorpe This PR prevents input from being evaluated in the case of an incomplete statement entered, allowing the user to continue the query on following lines. This matches the behavior of the sqlite CLI by alerting the user how many parenthesis are currently open (up to 9) `(x1...`, or too many closed `(!...` and only processes `.`commands when they are the only input. ![image](https://github.com/user- attachments/assets/c062814c-5499-41c1-8ccb-3c5b1dfa682c) >sqlite ![image](https://github.com/user- attachments/assets/754fa52b-f006-40ed-89e9-7b69f513bbec) fixes #450 Closes #457
- Loading branch information
Showing
1 changed file
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters