1. 23 May, 2013 4 commits
  2. 27 Feb, 2013 1 commit
  3. 12 Dec, 2012 1 commit
  4. 09 Dec, 2012 1 commit
  5. 06 Dec, 2012 2 commits
  6. 04 Dec, 2012 1 commit
  7. 27 Nov, 2012 3 commits
  8. 23 Nov, 2012 2 commits
  9. 16 Nov, 2012 2 commits
  10. 15 Nov, 2012 2 commits
    • Dave Peters's avatar
      Fixed issue DapperTable · b82c2750
      Dave Peters authored
      This fixes a bug found in CS 51509960 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
      b82c2750
    • Rick Bundren's avatar
      Support for reserved words as columns · 7fd9b973
      Rick Bundren authored
      Insert failed when a word such as order was used as a column name.
      Added [] around the column name.
      
      Also modified the test for InsertGetUpdate().  The first Get is now a
      User instead of IUser.  There is some bug where using the interface
      twice first on a null result and then on the real result causes the
      reader to not be open when trying to map the type.
      7fd9b973
  11. 11 Nov, 2012 1 commit
  12. 26 Oct, 2012 3 commits
  13. 21 Oct, 2012 6 commits
  14. 18 Oct, 2012 1 commit
  15. 16 Oct, 2012 1 commit
  16. 10 Oct, 2012 2 commits
  17. 09 Oct, 2012 2 commits
  18. 08 Oct, 2012 1 commit
  19. 07 Oct, 2012 1 commit
  20. 06 Oct, 2012 1 commit
    • mrange's avatar
      Made Dapper classes partial in order to allow developers that reference · 8ec13e1a
      mrange authored
      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
  21. 05 Oct, 2012 1 commit
  22. 04 Oct, 2012 1 commit