最近版本的Dapper有什么变化?

时间:2012-07-08 19:32:37

标签: .net dapper

我在http://code.google.com/p/dapper-dot-net/source/list

看到了dapper.net的1.9和1.10版本

这些新版本有什么变化?某处有更改日志吗?

查询缓存是否已得到修复,以至于它不会无法正常增长?

感谢。

1 个答案:

答案 0 :(得分:1)

没关系。我刚刚在nuspec文件中找到以下内容:

  * 1.13   - Added support for Table Valued Parameters as part of anonymous objects
  *        - Added support for async
  *        - Added support for sharing strategies between databases
  *        - Rewrote dynamic implementation
  * 1.12.1 - Minor deploy glitch (should now include intellisense files!)
  * 1.12   - Better automatic type-mapping (int vs long, float vs double, etc)
  *          Fixed: bug with indexer properties
  * 1.11   - Custom type-map support
  * 1.10   - Fixed: error-handling could lose original exception if reader closed
  * 1.9    - Added: better schema change detection
  *          Fixed: enum support for T in Query-of-T
  *          Added: dictionary support for parameters
  * 1.8    - Started release notes
  *          Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0,
  *          This improves the debugging experience as you no longer break into dapper when SQL fails.
  *          Added: ParameterNames on DynamicParameters