Skip to content

Commit 1656c0d

Browse files
docs: add tracking PRs for -j and -p[1]
- -p[1] tracked by open PR microsoft#631 - -j: only a closed/unmerged attempt (microsoft#624); kept discussion microsoft#292 as primary ref
1 parent f5aa25e commit 1656c0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ Most switches from the original ODBC-based `sqlcmd` have been implemented. The f
167167
| Switch | Description | Tracking |
168168
|--------|-------------|----------|
169169
| `-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) |
170+
| `-j` | Print raw error messages | [discussion #292](https://github.com/microsoft/go-sqlcmd/discussions/292) (earlier attempt: [#624](https://github.com/microsoft/go-sqlcmd/pull/624), closed) |
171+
| `-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) |
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)