update

28810
2020-03-31 12:57:27 +08:00
parent 7069bc9d47
commit 0fce0b4eec

@@ -3,6 +3,7 @@
## v1.4.0-preview
- 增加 CodeFirst 实体类注释 -> 表备注,之前只能属性注释 -> 字段备注;
- 增加 Oracle clob/nclob 大文本类型读写支持;[#259](https://github.com/2881099/FreeSql/issues/259)
- 调整 Oracle StringLength/MaxLength -1 时候映射为 nclob
- 调整 IInsert/IUpdate NoneParameter 方法,增加参数 isNotCommandParameter 可设置是否使用参数化;