1. 20 2月, 2014 1 次提交
  2. 18 9月, 2013 1 次提交
  3. 12 9月, 2013 1 次提交
  4. 21 8月, 2013 1 次提交
  5. 14 8月, 2013 2 次提交
  6. 29 5月, 2013 1 次提交
  7. 24 5月, 2013 4 次提交
  8. 23 5月, 2013 7 次提交
  9. 02 5月, 2013 1 次提交
  10. 28 2月, 2013 1 次提交
  11. 13 12月, 2012 1 次提交
  12. 10 12月, 2012 1 次提交
  13. 06 12月, 2012 2 次提交
  14. 05 12月, 2012 1 次提交
  15. 28 11月, 2012 3 次提交
  16. 23 11月, 2012 2 次提交
  17. 17 11月, 2012 1 次提交
  18. 16 11月, 2012 3 次提交
    • S
      Merge pull request #60 from bundy845/master · ae71b7be
      Sam 提交于
      Allows a class to have a reserved word as a column name.
      ae71b7be
    • D
      Fixed issue DapperTable · b82c2750
      Dave Peters 提交于
      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
    • R
      Support for reserved words as columns · 7fd9b973
      Rick Bundren 提交于
      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
  19. 12 11月, 2012 1 次提交
  20. 26 10月, 2012 3 次提交
  21. 22 10月, 2012 2 次提交