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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,11 +164,11 @@ The following switches have different behavior in this version of `sqlcmd` compa
164
164
165
165
Most switches from the original ODBC-based `sqlcmd` have been implemented. The following switches are not yet available:
166
166
167
-
| Switch | Description |
168
-
|--------|-------------|
169
-
|`-f`| Input/output code page |
170
-
|`-j`| Print raw error messages |
171
-
|`-p[1]`| Print performance statistics after each result set. `-p1` uses colon-separated format for machine parsing |
167
+
| Switch | Description | Tracking |
168
+
|--------|-------------|----------|
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)|
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