mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 FreeSql.Provider.Sqlite 对 Xamarin 环境下的适配;
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user