mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
go-mssqldb UPDATE (#9522)
This commit is contained in:
2
vendor/github.com/denisenkom/go-mssqldb/README.md
generated
vendored
2
vendor/github.com/denisenkom/go-mssqldb/README.md
generated
vendored
@@ -56,7 +56,7 @@ Other supported formats are listed below.
|
||||
* `hostNameInCertificate` - Specifies the Common Name (CN) in the server certificate. Default value is the server host.
|
||||
* `ServerSPN` - The kerberos SPN (Service Principal Name) for the server. Default is MSSQLSvc/host:port.
|
||||
* `Workstation ID` - The workstation name (default is the host name)
|
||||
* `ApplicationIntent` - Can be given the value `ReadOnly` to initiate a read-only connection to an Availability Group listener.
|
||||
* `ApplicationIntent` - Can be given the value `ReadOnly` to initiate a read-only connection to an Availability Group listener. The `database` must be specified when connecting with `Application Intent` set to `ReadOnly`.
|
||||
|
||||
### The connection string can be specified in one of three formats:
|
||||
|
||||
|
Reference in New Issue
Block a user