Commit 9a197e7c authored by Faizal Aziz's avatar Faizal Aziz

another fixing of unseen

parent 7ba12b34
......@@ -347,7 +347,7 @@ func generateSQLFromStorage(tableName string, columnAndValues interface{}) strin
}
}
columnNames += fmt.Sprintf("%s %s %s %s ,", columnNames, typeName, argName, keysName)
columnNames += fmt.Sprintf("%s %s %s %s ,", columnName, typeName, argName, keysName)
}
columnNamesStr := strings.TrimRight(columnNames, ",")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment