From: Karl O. Pinc Date: Tue, 1 Oct 2024 12:36:19 +0000 (-0500) Subject: Improve phrasing X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=be6af4525eedfe0fd198b38034b4a90575ebea72;p=pgwui_sql Improve phrasing --- diff --git a/src/pgwui_sql/templates/sql_edit.mak b/src/pgwui_sql/templates/sql_edit.mak index b7c3f2b..c1879e5 100644 --- a/src/pgwui_sql/templates/sql_edit.mak +++ b/src/pgwui_sql/templates/sql_edit.mak @@ -168,7 +168,8 @@ database will insert text that has normalized EOLs.

For full control over the the EOL sequences in the SQL submitted to the database you must upload your SQL from a file. - EOL characters in uploaded SQL are not normalized.

+ EOL characters in uploaded SQL are sent to the database + unchanged.

The SQL displayed on the results page is always the normalized form. This matters if you copy-and-paste the displayed SQL.