Skip to content

v2.5.100

Compare
Choose a tag to compare
@2881099 2881099 released this 07 May 15:09
· 1248 commits to master since this release
  • 增加 ISelect.Page(BasePagingInfo pagingInfo) 方法重载;
  • 修复 IncludeMany + AsTreeCte 不能组合使用的问题;#760
  • 修复 Ado.CommandFluent 存储过程参数化问题;#739
  • 修复 IUpdate.SetDto bug;#754
  • 修复 pgsql 中 hstore 中 value 错误赋值为 key 的问题,并允许 value 值为 NULL;
  • 修复 byte[]类型的乐观锁初始化问题;