Aleksandr Denisenko

Results 5 comments of Aleksandr Denisenko

> Are you able to resolve the conflicts of maybe create a new PR? I`m resolved merge conflict

@henkmollema I can`t see any marge conflicts in PR

I`m rebased my changes with the master branch

I use both query parameters and string concatenation. Example request: ``` for (int i = 0; i < parts.Length; i++) { parameters.Add(GetParamName(i), $"%{MySqlHelper.EscapeString(parts[i])}%", DbType.String); } sb.Append(" AND "); sb.AppendLine(string.Join(" AND...