mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 05:11:59 +08:00
Update sqlite date value
This commit is contained in:
@@ -212,7 +212,7 @@ namespace SqlSugar
|
|||||||
Check.ThrowNotSupportedException(typeName);
|
Check.ThrowNotSupportedException(typeName);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return string.Format(" CAST(STRFTIME('{1}', DATETIME(DATETIME({0}), 'LOCALTIME')) AS INTEGER)", parameter.MemberName, parameter2);
|
return string.Format(" CAST(STRFTIME('{1}', DATETIME({0}) ) AS INTEGER)", parameter.MemberName, parameter2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string DateIsSameDay(MethodCallExpressionModel model)
|
public override string DateIsSameDay(MethodCallExpressionModel model)
|
||||||
|
|||||||
Reference in New Issue
Block a user