Skip to content

Commit 5ba5414

Browse files
Update breaking change for '-i' switch (#110)
1 parent 40e0e8e commit 5ba5414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ We will be implementing command line switches and behaviors over time. Several s
2626
- `-u` The generated Unicode output file will have the UTF16 Little-Endian Byte-order mark (BOM) written to it.
2727
- Some behaviors that were kept to maintain compatibility with `OSQL` may be changed, such as alignment of column headers for some data types.
2828
- All commands must fit on one line, even `EXIT`. Interactive mode will not check for open parentheses or quotes for commands and prompt for successive lines. The ODBC sqlcmd allows the query run by `EXIT(query)` to span multiple lines.
29+
- `-i` now requires multiple arguments for the switch to be separated by `,`.
2930

3031
### Miscellaneous enhancements
3132

0 commit comments

Comments
 (0)