16 Commits

Author SHA1 Message Date
dependabot[bot]
11bcf3494d
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/base_entity
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 02:16:53 +00:00
2881099
403b10ba94 - 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug; 2022-06-02 12:24:17 +08:00
2881099
fc32710421 - 增加 pgsql numeric -> BigInteger 映射;#1100 2022-05-13 12:32:26 +08:00
2881099
7ed2d87b8d v3.2.631 #1099 2022-05-12 22:28:55 +08:00
2881099
2cac4c3094 update to .net5.0 2020-11-12 04:31:51 +08:00
28810
e777e7e86f - 修复 内部 decimal 默认值在 core 3.1+ 报错的问题; 2020-10-12 12:53:16 +08:00
28810
72c3d91ca1 - 增加 CodeFirst 实体类注释 -> 表备注,之前只能属性注释 -> 字段备注; 2020-03-31 12:42:13 +08:00
28810
e03aaed55b - 修复 LazyLoading 在 Net4 环境下的问题; 2019-12-19 10:51:21 +08:00
28810
3a889504fb 将示例项目类型升级为 .net core 3.1 2019-12-11 22:11:27 +08:00
28810
d4c766e0b6 v0.10.3 #96 2019-09-26 12:34:08 +08:00
28810
f434418b2c ## v0.9.17 (ODBC)
- 增加 FreeSql.Provider.Odbc,实现 Oracle/SqlServer/MySql 的 Odbc 访问提供;
- 增加 FreeSqlBuilder.UseConnectionString 参数 providerType,可解决因包版本冲突时,可能无法反射获得 FreeSql.Provider 对应的类型,通常这个参数不需要设置;
- 优化 MaxLength 特性,当指定为 -1 时 DbType 会分别映射类型 text/nvarchar(max)/nvarchar2(4000);
2019-09-19 23:14:30 +08:00
28810
62a095df8f v0.9.13
- 增加 FreeSql.Extensions.JsonMap 扩展包,实现快速将对象映射为json字符串的方法;
- 优化 表达式解析未实现的错误提醒,如 $"";
2019-09-13 00:23:52 +08:00
28810
5fc603a18b 增加 FreeSql.Extensions.BaseEntity 项目 2019-07-29 15:35:04 +08:00
28810
380534dfd5 - 修复 CodeFirst 迁移代码注释到数据库,继承的基类未生效的 bug; 2019-07-25 17:14:44 +08:00
28810
9cc8da637d base_entity 示例项目,通过5种数据库测试 2019-07-19 18:45:41 +08:00
28810
b37919be80 - 增加 ISelect.WhereCascade 实现多表查询时,向每个表中附加条件;
- 增加 Examples 项目 base_entity,利用 BaseEntity 实现简洁的数据库操作;
2019-07-19 18:35:58 +08:00