提交 ce1ce8d7 编写于 作者: M Marc Gravell 提交者: GitHub

Merge pull request #618 from azyobuzin/FixIsConsumed

GridReader.IsConsumed wouldn't be true
......@@ -215,6 +215,9 @@ private T ReadRow<T>(Type type, Row row)
typeof(TSixth),
typeof(TSeventh)
}, gridIndex);
IsConsumed = true;
try
{
foreach (var r in MultiMapImpl<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TReturn>(null, default(CommandDefinition), func, splitOn, reader, identity, false))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册