1. 26 10月, 2012 2 次提交
  2. 22 10月, 2012 6 次提交
  3. 18 10月, 2012 1 次提交
  4. 16 10月, 2012 1 次提交
  5. 10 10月, 2012 2 次提交
  6. 09 10月, 2012 2 次提交
  7. 08 10月, 2012 1 次提交
  8. 07 10月, 2012 1 次提交
  9. 06 10月, 2012 2 次提交
    • M
      Made Dapper classes partial in order to allow developers that reference · 8ec13e1a
      mrange 提交于
      Dapper by source to extend the Dapper classes without making changes to
      the Dapper source (for instance in order to expand DynamicParameter with
      a method HasValue<T>(string name)). In addition to further help developers
      that reference Dapper by source the public property of Dapper classes are
      moved to separate partial classes. By default the previous behavior is kept
      but when referencing by source you can now make the Dapper classes internal
      by defining: DAPPER_MAKE_PRIVATE
      8ec13e1a
    • D
      Multi-Mapping SplitOn spaces between commass · bce5e137
      Dmitriy Yudin 提交于
      There was a small issue when SplinOn spaces between commas, for example:
      splitOn: "AddressId, Id".
      For more info see:
      http://stackoverflow.com/questions/11042618/dapper-multi-mapping-issue
      
      I have modified below line of code:
      From: var currentSplit = splits[splitIndex];
      To: var currentSplit = splits[splitIndex].Trim();
      
      Also added a test called:
      TestMultiMappingWithSplitOnSpaceBetweenCommas()
      bce5e137
  10. 04 10月, 2012 1 次提交
  11. 03 10月, 2012 1 次提交
  12. 21 9月, 2012 1 次提交
  13. 19 9月, 2012 5 次提交
  14. 18 9月, 2012 1 次提交
  15. 13 9月, 2012 2 次提交
  16. 10 9月, 2012 1 次提交
  17. 07 9月, 2012 1 次提交
  18. 04 9月, 2012 4 次提交
  19. 14 8月, 2012 1 次提交
  20. 07 8月, 2012 4 次提交