Update DuckDb

This commit is contained in:
sunkaixuan
2025-04-20 18:34:28 +08:00
parent 4876fc8f9d
commit 281cd86f2f
5 changed files with 16 additions and 16 deletions

View File

@@ -41,8 +41,7 @@ namespace OrmTest
var listLong = new List<StudentWithSnowflake>() {
new StudentWithSnowflake() { Name = "name",Id=SnowFlakeSingle.Instance.NextId() },
new StudentWithSnowflake() { Name = "name",Id=SnowFlakeSingle.Instance.NextId()}
};
db.Fastest<StudentWithSnowflake>().BulkCopy(listLong);
};
}
// 实体类带自增主键Entity class: With auto-increment primary key