28810
|
54589f6d73
|
update connstr
|
2019-12-05 10:39:58 +08:00 |
|
28810
|
1363153588
|
update ConnectionStrings
|
2019-12-05 10:37:49 +08:00 |
|
28810
|
b5629b13a6
|
update
|
2019-11-21 13:15:52 +08:00 |
|
28810
|
cf080254c9
|
update
|
2019-11-21 13:14:44 +08:00 |
|
28810
|
b43f9b6688
|
update demo URL
|
2019-11-11 23:13:10 +08:00 |
|
28810
|
e5289cc585
|
update readme
|
2019-11-07 12:51:58 +08:00 |
|
28810
|
06fba16b4a
|
update functions png
|
2019-10-24 02:29:49 +08:00 |
|
28810
|
3338c5806e
|
update
|
2019-10-24 02:27:27 +08:00 |
|
28810
|
de8cf9e17d
|
- 增加 .Net Framework 4.0 的支持,出于环境考虑 .Net Framework 4.0 不支持异步方法;
- 增加 IFreeSql.Insert<T>(IEnumerable<T1> source) 方法;
|
2019-10-21 15:14:18 +08:00 |
|
28810
|
cb3e3b02ef
|
update functions.png
|
2019-10-16 20:51:52 +08:00 |
|
28810
|
7514000490
|
更新错误的命名 #103
|
2019-09-27 12:43:43 +08:00 |
|
28810
|
4426488272
|
update
|
2019-09-21 01:05:36 +08:00 |
|
28810
|
90458cca38
|
update readme
|
2019-09-20 15:08:37 +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
|
52450dc08a
|
update newman
|
2019-09-17 10:01:01 +08:00 |
|
28810
|
9a95b2fafd
|
update
|
2019-09-17 10:00:01 +08:00 |
|
28810
|
d0fff882c8
|
update
|
2019-09-14 22:56:55 +08:00 |
|
28810
|
0d761e02de
|
update
|
2019-09-14 22:55:13 +08:00 |
|
28810
|
f43b740392
|
update readme
|
2019-09-14 22:49:24 +08:00 |
|
28810
|
1202cfc621
|
update logo
|
2019-09-13 00:24:15 +08:00 |
|
28810
|
f7cf28b796
|
Merge branch 'master' of https://github.com/2881099/FreeSql
|
2019-09-13 00:23:59 +08:00 |
|
28810
|
62a095df8f
|
v0.9.13
- 增加 FreeSql.Extensions.JsonMap 扩展包,实现快速将对象映射为json字符串的方法;
- 优化 表达式解析未实现的错误提醒,如 $"";
|
2019-09-13 00:23:52 +08:00 |
|
2881099
|
aa832ba17a
|
update logo
|
2019-09-12 22:13:15 +08:00 |
|
28810
|
2dd937303b
|
update readme
|
2019-08-29 13:53:31 +08:00 |
|
28810
|
73ca475974
|
update readme
|
2019-08-20 13:35:50 +08:00 |
|
28810
|
0ceac25d55
|
update
|
2019-08-18 20:55:16 +08:00 |
|
28810
|
fafbfbe58e
|
update
|
2019-08-18 20:52:48 +08:00 |
|
28810
|
0c36e2fe32
|
update
|
2019-08-18 20:49:19 +08:00 |
|
28810
|
31f1c22aab
|
update readme
|
2019-07-22 15:10:00 +08:00 |
|
28810
|
f92cfa72f4
|
update
|
2019-07-15 18:36:16 +08:00 |
|
28810
|
611c066481
|
- 合并 FreeSql.DbContext 项目至 FreeSql 维护;
|
2019-06-26 10:09:26 +08:00 |
|
28810
|
06ff0a4da2
|
更新 ppt
|
2019-06-19 19:36:53 +08:00 |
|
28810
|
f776fae7d2
|
增加 FreeSql 介绍 PPT
|
2019-06-19 19:16:52 +08:00 |
|
28810
|
6feb340b85
|
update readme
|
2019-06-18 15:31:20 +08:00 |
|
28810
|
08550fb467
|
更新 readme
|
2019-06-18 15:29:33 +08:00 |
|
28810
|
0c575c7b56
|
update
|
2019-06-05 15:42:44 +08:00 |
|
28810
|
e737a793af
|
update
|
2019-06-03 17:46:11 +08:00 |
|
28810
|
451b6c9769
|
- 增加 NavigateAttribute 配置导航关系;
- 修复 LinqToSql 方法,开启自动迁移时,迁移了无关类的 bug;
- 修复 Oracle DbFirst date(7) 类型未处理的 bug;#57
- 修复 AsSelect().Any() 未给其他条件时,产生 null bug;
- 增加 FreeSql.Extensions.LazyLoading 对 .net 4.5 的支持;
- 优化 MySql CodeFirst 增加 DateTime 迁移后,默认值为 0000-00-00 导致读取失败的 bug;
- 优化 LazyLoading 友好错误提示;
|
2019-05-31 20:30:09 +08:00 |
|
28810
|
58314516c6
|
update
|
2019-05-29 12:32:24 +08:00 |
|
28810
|
62fd3b8f97
|
折腾 net45 版本,增加 MySqlConnector 实现
|
2019-05-29 12:28:18 +08:00 |
|
28810
|
3e0e4b367b
|
update
|
2019-05-28 21:34:17 +08:00 |
|
28810
|
f8e897e201
|
拆分 FreeSql 按需引用
|
2019-05-28 21:32:54 +08:00 |
|
28810
|
37ed28f7a0
|
add Contributor
|
2019-05-24 18:23:06 +08:00 |
|
28810
|
71fd34641b
|
update readme
|
2019-05-24 18:12:56 +08:00 |
|
28810
|
a48cf1a912
|
update readme.md
|
2019-05-20 11:25:48 +08:00 |
|
2881099
|
d0d227b93a
|
Update readme.md
|
2019-05-17 12:49:55 +08:00 |
|
28810
|
7238f6797b
|
update
|
2019-05-14 09:19:53 +08:00 |
|
28810
|
2a0428ffe7
|
update
|
2019-05-13 19:46:51 +08:00 |
|
28810
|
d75e2c1ddb
|
add Contributors
|
2019-05-13 19:46:06 +08:00 |
|
28810
|
c450176aec
|
update
|
2019-05-11 07:26:13 +08:00 |
|