Closed nullism closed 1 year ago
This replaces strings.Replace with strings.ReplaceAll for MySQL and SQL dialects, to address a speed improvement for #7.
strings.Replace
strings.ReplaceAll
MySQL
SQL
This replaces
strings.Replace
withstrings.ReplaceAll
forMySQL
andSQL
dialects, to address a speed improvement for #7.