Update core

This commit is contained in:
sunkaixuan 2022-03-21 15:44:45 +08:00
parent 988e463fbe
commit c6de4327e7

View File

@ -305,6 +305,7 @@ namespace SqlSugar
this.Context.Ado.IsEnableLogEvent = false;
using (DbDataReader dataReader = (SqliteDataReader)this.Context.Ado.GetDataReader(sql))
{
this.Context.Ado.IsEnableLogEvent = oldIsEnableLog;
List<DbColumnInfo> result = new List<DbColumnInfo>();
while (dataReader.Read())
{