forked from DapperLib/Dapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a bug found in CS 5150996 where the following sequence would result in an InvalidOperationException being thrown due to an attempt to access a disposed of DataReader: - Perform a dynamic query that yields no results - Add data to the source of that query - Perform a the same query again
- Loading branch information
Dave Peters
committed
Nov 15, 2012
1 parent
8b405c7
commit b82c275
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters