From 4560da9bd1c0f816d1bf624f762481a986538464 Mon Sep 17 00:00:00 2001 From: Sergey Kurt Date: Sun, 2 Apr 2017 12:48:29 +0300 Subject: [PATCH] Fixed comment for TableNames --- bdb/drivers/mssql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdb/drivers/mssql.go b/bdb/drivers/mssql.go index 3698069..cb3290a 100644 --- a/bdb/drivers/mssql.go +++ b/bdb/drivers/mssql.go @@ -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