Fixed comment for TableNames

This commit is contained in:
Sergey Kurt 2017-04-02 12:48:29 +03:00
parent fd2c7ad764
commit 4560da9bd1

View file

@ -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