This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-24 19:52:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
Sqlite
History
28810
27f053f00b
- 优化 ReadAnonymous 映射类型不一致的容错;
2019-11-29 17:56:06 +08:00
..
Curd
- 优化 ReadAnonymous 映射类型不一致的容错;
2019-11-29 17:56:06 +08:00
MapType
- 增加 ICodeFirst.IsGenerateCommandParameterWithLambda 选项,开启表达式解析的命令参数化;
2019-11-22 21:55:36 +08:00
SqliteAdo
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
SqliteExpression
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
SqliteAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
SqliteCodeFirstTest.cs
- 增加 实体特性 [Column(ServerTime = DateTimeKind.Utc)] 使用数据库时间执行插入数据;
2019-11-25 17:30:36 +08:00