querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Add Async version of insert multiple rows

Open NoamWe opened this issue 3 years ago • 1 comments

Hi, Is there any chance to get this method Async?

     public static int Insert(this Query query, IEnumerable<string> columns, IEnumerable<IEnumerable<object>> valuesCollection, IDbTransaction transaction = null, int? timeout = null);

Thank you very much. This project is awesome!

NoamWe avatar May 13 '21 06:05 NoamWe

Would you mind pushing a PR?

ahmad-moussawi avatar May 22 '21 14:05 ahmad-moussawi