Skip to content

Conversation

apoorvdeshmukh
Copy link
Contributor

This commit addresses issue #102.
stderr messages when redirected to stdout would not contain the EOL, causing the prompt to appear on the line as the stderr message.

With existing go-sqlcmd

$ sqlcmd -r0
1> select @@version1
2> go
Must declare the scalar variable "@@version1".1>

After the changes in PR

git\go-sqlcmd>sqlcmd -r0
1> select @@version1
2> go
Must declare the scalar variable "@@version1".
1>

@apoorvdeshmukh apoorvdeshmukh requested a review from stuartpa July 13, 2022 12:08
@apoorvdeshmukh apoorvdeshmukh merged commit 72e9ac1 into main Jul 13, 2022
@apoorvdeshmukh apoorvdeshmukh deleted the issue102 branch July 13, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants