Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a6d6ac3

Browse files
committed
Merge pull request #460 from bjarki/patch-1
SqlCommandHistory is now named SqlStatements
2 parents 39c7d70 + b87cb28 commit a6d6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ using (var db = OpenDbConnection())
10561056
{
10571057
db.Where<Person>(new { Age = 27 });
10581058

1059-
captured.SqlCommandHistory[0].PrintDump();
1059+
captured.SqlStatements[0].PrintDump();
10601060
}
10611061
```
10621062

0 commit comments

Comments
 (0)