Closed GoogleCodeExporter closed 8 years ago
I found where the problem was!
In method void SqlMapper.IDynamicParameters.AddParameters(IDbCommand command)
You need to consider adding the following line!
Clean(param.Name)
You invoke Clean in other places but not in this case.
Original comment by Rybacki....@gmail.com
on 16 Sep 2011 at 12:08
I'm confused - in the example given (int a = p.Get<int>(":p1")) - where *is* it
meant to obtain a value for :p1 from? (looking at the Clean thing, btw)
Original comment by marc.gravell
on 16 Sep 2011 at 12:20
Added; passes tests; committed.
Good spot, thanks
Original comment by marc.gravell
on 16 Sep 2011 at 12:27
Original issue reported on code.google.com by
Rybacki....@gmail.com
on 8 Sep 2011 at 6:39