- 增加 FreeSql.Provider.Sqlite 对 Xamarin 环境下的适配;

This commit is contained in:
28810
2019-11-07 12:22:01 +08:00
parent 5521d6d100
commit 8cc5a682da
7 changed files with 98 additions and 86 deletions

View File

@ -55,7 +55,7 @@ namespace FreeSql.Sqlite
protected override DbCommand CreateCommand()
{
return MonoAdapter.GetSqliteCommand();
return AdonetPortable.GetSqliteCommand();
}
protected override void ReturnConnection(ObjectPool<DbConnection> pool, Object<DbConnection> conn, Exception ex)