mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
- 修复 Utils.ReplaceSqlConstString bug;
This commit is contained in:
@ -2458,6 +2458,7 @@ namespace FreeSql.Internal
|
||||
}
|
||||
if (sidx < sql.Length && sql[sidx] == '\'')
|
||||
{
|
||||
sidx++;
|
||||
startLength += 2;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user