Commit 96e9c6dd authored by Marc Gravell's avatar Marc Gravell

ahem, I totally meant to leave that in...

parent 9aadf7f6
......@@ -1506,9 +1506,6 @@ private static Exception MultiMapException(IDataRecord reader)
if (returnNullIfFirstMissing)
{
if (Settings.IgnoreDuplicatedColumns)
System.Diagnostics.Debugger.Break();
if (firstCol == -1) return null;
values[0] = r.GetValue(startBound + firstCol);
......
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