From f7335b187f017c159e13036aacf6d3395681ffa8 Mon Sep 17 00:00:00 2001 From: Apoorv Deshmukh Date: Mon, 1 Aug 2022 22:42:59 +0530 Subject: [PATCH] Update breaking change for '-i' switch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f74365..73ff4325 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ We will be implementing command line switches and behaviors over time. Several s - `-u` The generated Unicode output file will have the UTF16 Little-Endian Byte-order mark (BOM) written to it. - Some behaviors that were kept to maintain compatibility with `OSQL` may be changed, such as alignment of column headers for some data types. - 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. +- `-i` now requires multiple arguments for the switch to be separated by `,`. ### Miscellaneous enhancements