fix #3653 - mySQL installation failing on Rows reserved word
This commit is contained in:
@ -66,6 +66,11 @@ namespace Oqtane.Databases
|
||||
return name;
|
||||
}
|
||||
|
||||
public virtual string RewriteName(string name, bool isQuery)
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
public virtual string RewriteValue(string value, string type)
|
||||
{
|
||||
return value;
|
||||
|
Reference in New Issue
Block a user