mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
-
This commit is contained in:
@@ -346,7 +346,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (item.IndexName.Contains(".")&& item.IndexName.Contains("["))
|
||||
{
|
||||
item.IndexName = item.IndexName.Replace(",","_");
|
||||
item.IndexName = item.IndexName.Replace(".","_");
|
||||
item.IndexName = item.IndexName.Replace("[", "").Replace("]", "");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user