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-22 18:52:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
Sqlite
History
2881099
e61a50c7ca
- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;
2020-12-02 10:36:27 +08:00
..
Curd
- 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469
2020-10-16 22:01:00 +08:00
MapType
- 增加 ICodeFirst.IsGenerateCommandParameterWithLambda 选项,开启表达式解析的命令参数化;
2019-11-22 21:55:36 +08:00
SqliteAdo
- 增加 IN 参数扩展 where id in @ids;#560
2020-11-24 00:17:12 +08:00
SqliteExpression
- 增加 Firebird DateTime ToString yyyyMMdd 表达式解析 #443;
2020-09-13 01:00:57 +08:00
SqliteAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
SqliteCodeFirstTest.cs
- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;
2020-12-02 10:36:27 +08:00
SqliteDbFirstTest.cs
- 增加 IDbFirst.GetTableByName 方法获取单表信息,包括列详情、主键、唯一键、索引、备注;
2020-08-11 23:23:54 +08:00