mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +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