Skip to content

v3.2.692

Compare
Choose a tag to compare
@2881099 2881099 released this 15 Mar 15:05
· 769 commits to master since this release
  • 增加 IUpdate.Join 联表更新功能;(高风险操作,请谨慎使用)
  • 修复 InsertOrUpdateDict Oracle byte[] 长度判断问题;#1462
  • 修复 InsertDict 等字典操作在 SqlServer 下的问题;
  • 修复 ISelect<T> FromQuery 多表重载可能出现 null 报错;