Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func IsLetterOrNumber(c rune) bool + func IsValidSQLName(s string) bool + type SQLServerAuthMetadata struct + ConnectionString string + DatabaseName string + SchemaName string + UseAzureAD bool + func (m *SQLServerAuthMetadata) GetConnector(setDatabase bool) (*mssql.Connector, bool, error) + func (m *SQLServerAuthMetadata) Reset() + func (m *SQLServerAuthMetadata) Validate(meta map[string]string) (err error)