Fixed comment for TableNames
This commit is contained in:
parent
fd2c7ad764
commit
4560da9bd1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func (m *MSSQLDriver) UseTopClause() bool {
|
|||
|
||||
// TableNames connects to the postgres database and
|
||||
// retrieves all table names from the information_schema where the
|
||||
// table schema is public.
|
||||
// table schema is schema. It uses a whitelist and blacklist.
|
||||
func (m *MSSQLDriver) TableNames(schema string, whitelist, blacklist []string) ([]string, error) {
|
||||
var names []string
|
||||
|
||||
|
|
Loading…
Reference in a new issue