Revert autogenerated columnChecker description (#3528)

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
Maksim Nabokikh
2024-05-13 21:01:05 +02:00
committed by GitHub
parent c6fa45568b
commit 347bebafad
+1 -1
View File
@@ -78,7 +78,7 @@ var (
columnCheck sql.ColumnCheck
)
// checkColumn checks if the column exists in the given table.
// columnChecker checks if the column exists in the given table.
func checkColumn(table, column string) error {
initCheck.Do(func() {
columnCheck = sql.NewColumnCheck(map[string]func(string) bool{