- 优化 IInsert.InsertIdentity 可插入自增属性;

This commit is contained in:
28810
2019-07-29 16:35:36 +08:00
parent 5fc603a18b
commit 9b80f8cd53
5 changed files with 64 additions and 44 deletions

View File

@ -322,6 +322,7 @@ namespace FreeSql.Tests
[Fact]
public void Test1()
{
//g.sqlite.Aop.ParseExpression += parseExp;
var sqddddl = g.sqlite.Select<TaskBuild>().ToSql(t => t.OptionsEntity04 == "1".TryTo<int>());