sqlserver: update comment referencing mssql

This commit is contained in:
Thomas Lokshall 2019-05-27 08:20:35 +02:00
parent bad962cf21
commit ffbd6893f6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ type Config struct {
SchemaName string
}
// MSSQL connection
// SQL Server connection
type SQLServer struct {
// Locking and unlocking need to use the same connection
conn *sql.Conn