dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Add config option to change GO for executing multi-line query #409

Open yualan opened 4 years ago

yualan commented 4 years ago

Sometimes users want the ability to choose a different indicator for when to execute a multi-line query. Adding a config option to allow a user to change "GO" to ";" for example could be a common use case for someone using both pgcli/mycli with mssql-cli