This commit is contained in:
tidusjar 2017-02-24 20:59:53 +00:00
parent 844938a92c
commit 0da49440e2
18 changed files with 467 additions and 355 deletions

View file

@ -286,7 +286,7 @@ namespace Ombi.Store.Repository
}
}
public bool BatchInsert(IEnumerable<T> entities, string tableName, params string[] values)
public bool BatchInsert(IEnumerable<T> entities, string tableName)
{
// If we have nothing to update, then it didn't fail...
var enumerable = entities as T[] ?? entities.ToArray();