mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 增加 InsertDict ExecuteIdentity 重载指定自增列;
This commit is contained in:
@ -251,7 +251,7 @@ namespace FreeSql.Xugu
|
||||
{
|
||||
case "Now": return _common.Now;
|
||||
case "UtcNow": return _common.NowUtc;
|
||||
case "Today": return "convert(char(10),getdate(),120)";
|
||||
case "Today": return $"cast(date_format({_common.Now},'%Y-%m-%d') as datetime)";
|
||||
case "MinValue": return "'1753/1/1 0:00:00'";
|
||||
case "MaxValue": return "'9999/12/31 23:59:59'";
|
||||
}
|
||||
|
Reference in New Issue
Block a user