Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad962c commit ffbd689Copy full SHA for ffbd689
database/sqlserver/sqlserver.go
@@ -42,7 +42,7 @@ type Config struct {
42
SchemaName string
43
}
44
45
-// MSSQL connection
+// SQL Server connection
46
type SQLServer struct {
47
// Locking and unlocking need to use the same connection
48
conn *sql.Conn
0 commit comments