mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 IInsert.InsertIdentity 可插入自增属性;
This commit is contained in:
@ -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>());
|
||||
|
Reference in New Issue
Block a user