mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update odbc
This commit is contained in:
parent
ba50f1ae70
commit
8706a64f7b
@ -20,7 +20,7 @@ namespace SqlSugar.Odbc
|
||||
public override string SqlTranslationRight { get { return OdbcConfig.SqlTranslationRight; } }
|
||||
public override bool IsTranslationText(string name)
|
||||
{
|
||||
var result = name.IsContainsIn( UtilConstants.Space,"(",")");
|
||||
var result = name.Contains(" ")&&name.IsContainsIn( UtilConstants.Space,"(",")");
|
||||
return result;
|
||||
}
|
||||
public override string GetLimit() { return ""; }
|
||||
|
Loading…
Reference in New Issue
Block a user