Skip to content

Commit f5aa25e

Browse files
docs: link tracking PRs/issues for unimplemented switches
- -f tracked by microsoft#628 (and microsoft#111) - -j and -p[1] still only in discussion microsoft#292
1 parent d924e78 commit f5aa25e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ The following switches have different behavior in this version of `sqlcmd` compa
164164

165165
Most switches from the original ODBC-based `sqlcmd` have been implemented. The following switches are not yet available:
166166

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) |
172172

173173
For historical context and to provide feedback, see [discussion #292](https://github.com/microsoft/go-sqlcmd/discussions/292).
174174

0 commit comments

Comments
 (0)