| Source path: git/ Dapper/ SqlMapper.cs |
|
|
|
|
Change log
77dde9332797
by unknown <mgrav...@behemoth.(none)>
on May 10, 2012
Diff
Support enums (and nullable enums) in Query<T>, and check (extra tests) that they work fine for regular T with an enum / nullable-enum member
| Go to: |
Project members,
sign in to write a code review
Older revisions
5f5aa708046b
by Sam <sam.saffron>
on Apr 26, 2012
Diff
Merge pull request #33 from xps/master Fixed a NullReferenceException when merging DynamicParameters
01e6d8ffbb37
by Xavier Poinas <xavier.poinas>
on Apr 24, 2012
Diff
Fixed a NullReferenceException when merging DynamicParameters
081799e678bc
by Brannon Jones <brannon....@tier3.com>
on Apr 18, 2012
Diff
Adding support for appending a dictionary/expando to DynamicParameters.