Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 95e4335

Browse files
authored
Update sql_split.sql
1 parent 2b00a80 commit 95e4335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎functions/sql_split.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ end
9090
$func$;
9191
9292
comment on function sql_split(sql text, is_remove_empty_query boolean, is_remove_comments boolean) is $$
93-
Разбивает SQL скрипт на отдельные команды по разделителю ';'.
94-
Split multiple SQL statements into individual SQL statements by simicolon delimiter.
93+
SQL парсер, разбивает SQL скрипт на отдельные команды по разделителю ';'.
94+
SQL parser, splits multiple SQL statements into individual SQL statements by simicolon delimiter.
9595
$$;
9696
9797
--TEST

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /