Skip to content

v1.0.1

Compare
Choose a tag to compare
@2881099 2881099 released this 03 Jan 05:07
· 2070 commits to master since this release
  • 增加 EfCoreFluentApi 扩展包,接近 efcore fluentApi 的使用习惯;

  • 增加 ColumnAttribute 属性 InsertValueSql,插入数据的时候指定用 sql 值;

  • 增加 ISelect`1.WithSql("select * from user ...") 功能;

  • 完善 PgSql OnConflictDoUpdate 功能增加 DO NOTHING 操作;#174

  • 调整 最大连接池为 +5(属于内部设置);

  • 修复 NoneParameter 无参对 byte[] 二进制拼接的 bug;#170

  • 修复 IAdo.Query<object> 字段名重复的 bug;#162