mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Sqlite Core DiffLog bug
This commit is contained in:
@@ -11,6 +11,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public override void ExecuteBefore(string sql, SugarParameter[] parameters)
|
public override void ExecuteBefore(string sql, SugarParameter[] parameters)
|
||||||
{
|
{
|
||||||
|
this.BeforeTime = DateTime.Now;
|
||||||
if (sql.HasValue() && parameters.HasValue())
|
if (sql.HasValue() && parameters.HasValue())
|
||||||
{
|
{
|
||||||
foreach (var parameter in parameters)
|
foreach (var parameter in parameters)
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user