Commit 4a7e7fb5 authored by Marc Gravell's avatar Marc Gravell

Merge branch 'master' of https://github.com/jedidja/dapper-dot-net into jedidja-master

Conflicts:
	Dapper.Rainbow/Database.cs
parents 4a9f0500 7919913c
......@@ -114,6 +114,7 @@ public IEnumerable<T> All()
}
static ConcurrentDictionary<Type, List<string>> paramNameCache = new ConcurrentDictionary<Type, List<string>>();
internal static List<string> GetParamNames(object o)
{
if (o is DynamicParameters)
......
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