From be6af4525eedfe0fd198b38034b4a90575ebea72 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 1 Oct 2024 07:36:19 -0500 Subject: [PATCH] Improve phrasing --- src/pgwui_sql/templates/sql_edit.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

-- 2.34.1