|
|
@ -47,7 +47,7 @@ func splitSQLStatements(query string) []string { |
|
|
continue |
|
|
continue |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Handle multi-line comments (/* comment */)
|
|
|
|
|
|
|
|
|
// Handle multi-line comments (/* comment */)
|
|
|
if char == '/' && i+1 < len(runes) && runes[i+1] == '*' { |
|
|
if char == '/' && i+1 < len(runes) && runes[i+1] == '*' { |
|
|
// Skip the /* opening
|
|
|
// Skip the /* opening
|
|
|
i++ |
|
|
i++ |
|
|
|