mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-28 16:37:58 +08:00
Synchronization code
This commit is contained in:
parent
740e6ed9c5
commit
d1af79dd0b
@ -79,6 +79,10 @@ namespace SqlSugar
|
||||
{
|
||||
throw new Exception($"{value} format error ");
|
||||
}
|
||||
else if (value.IsContainsIn("//")&& (value.Length- value.Replace("/","").Length)>=4)
|
||||
{
|
||||
throw new Exception($"{value} format error ");
|
||||
}
|
||||
else if (value.IsContainsIn("'") && (value.Length - value.Replace("'", "").Length) % 2 != 0)
|
||||
{
|
||||
throw new Exception($"{value} format error ");
|
||||
|
Loading…
Reference in New Issue
Block a user