mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update core
This commit is contained in:
parent
988e463fbe
commit
c6de4327e7
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user