- 修复 Utils.ReplaceSqlConstString bug;

This commit is contained in:
2881099
2022-11-16 00:03:08 +08:00
parent 16a36d3f53
commit abf8999916
2 changed files with 7 additions and 2 deletions

View File

@ -2458,6 +2458,7 @@ namespace FreeSql.Internal
}
if (sidx < sql.Length && sql[sidx] == '\'')
{
sidx++;
startLength += 2;
continue;
}