Skip to content

Commit

Permalink
Merge pull request #553 from fitlcarlos/master
Browse files Browse the repository at this point in the history
Fixed: utils.refineSqlText - Removed the increment from the form index
  • Loading branch information
sijms authored May 8, 2024
2 parents f485f79 + 952315b commit 91c0e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func refineSqlText(text string) string {
switch ch {
case '\\':
// bypass next character
index++
continue
case '/':
if index+1 < length && text[index+1] == '*' {
Expand Down

0 comments on commit 91c0e75

Please sign in to comment.