forked from forgejo/forgejo
go-mssqldb UPDATE (#9522)
This commit is contained in:
parent
ed67bbe444
commit
599c0ee75f
7 changed files with 36 additions and 14 deletions
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue