-
-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Description
Hi, thanks for the great package.
in V2.3.7 unfortunately sqlite memory and InsertGetIdAsync when passing the DB connection does not return id.
var source = _builder.CreateNew<TestEntity>().Build();
var query = new QueryFactory(GetSqliteDbConnection(), new SqliteCompiler());
var result = await query.Query(typeof(TestEntity).Name).InsertGetIdAsync<int>(source, cancellationToken: CancellationToken.None);Thoughts?
Metadata
Metadata
Assignees
Labels
No labels
