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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SQL Utilities - Go edition
1
+
# Go-based SQL Utilities - Preview
2
2
3
3
This repo contains command line tools and go packages for working with Microsoft SQL Server, Azure SQL Database, and Azure Synapse.
4
4
@@ -8,7 +8,7 @@ The `sqlcmd` project aims to be a complete port of the native sqlcmd to the `go`
8
8
9
9
### Breaking changes
10
10
11
-
We will be implementing as many command line switches and behaviors as possible over time. Several switches and behaviors are expected to change in this implementation.
11
+
We will be implementing command line switches and behaviors over time. Several switches and behaviors are expected to change in this implementation.
12
12
13
13
-`-P` switch will be removed. Passwords for SQL authentication can only be provided through these mechanisms:
0 commit comments