1. 28 May, 2013 1 commit
  2. 24 May, 2013 4 commits
  3. 23 May, 2013 7 commits
  4. 02 May, 2013 1 commit
  5. 27 Feb, 2013 1 commit
  6. 12 Dec, 2012 1 commit
  7. 09 Dec, 2012 1 commit
  8. 06 Dec, 2012 2 commits
  9. 04 Dec, 2012 1 commit
  10. 27 Nov, 2012 3 commits
  11. 23 Nov, 2012 2 commits
  12. 16 Nov, 2012 2 commits
  13. 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
  14. 11 Nov, 2012 1 commit
  15. 26 Oct, 2012 3 commits
  16. 21 Oct, 2012 6 commits
  17. 18 Oct, 2012 1 commit
  18. 16 Oct, 2012 1 commit