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