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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,8 +167,8 @@ Most switches from the original ODBC-based `sqlcmd` have been implemented. The f
167
167
| Switch | Description | Tracking |
168
168
|--------|-------------|----------|
169
169
|`-f`| Input/output code page | proposed in [#628](https://github.com/microsoft/go-sqlcmd/pull/628) (also see [#111](https://github.com/microsoft/go-sqlcmd/issues/111)) |
170
-
|`-j`| Print raw error messages |[discussion #292](https://github.com/microsoft/go-sqlcmd/discussions/292)|
171
-
|`-p[1]`| Print performance statistics after each result set. `-p1` uses colon-separated format for machine parsing |[discussion #292](https://github.com/microsoft/go-sqlcmd/discussions/292)|
|`-p[1]`| Print performance statistics after each result set. `-p1` uses colon-separated format for machine parsing |proposed in [#631](https://github.com/microsoft/go-sqlcmd/pull/631)|
172
172
173
173
For historical context and to provide feedback, see [discussion #292](https://github.com/microsoft/go-sqlcmd/discussions/292).
0 commit comments