From b9d8aba7ebed2156e9d0da8d2a2b0cefc1b7ee13 Mon Sep 17 00:00:00 2001 From: chriskl Date: Sun, 18 May 2003 11:27:31 +0000 Subject: [PATCH] Fix COPY and SQL output. Quite complicated...lots of addCSlashes and escaping required --- BUGS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUGS b/BUGS index e4ab3196..b5455233 100644 --- a/BUGS +++ b/BUGS @@ -1,6 +1,3 @@ -* Duplicate field names not displayed in select results - - Fixed in sql.php, nowhere else - +* Browsing reports with two identical column names is broken. * Lots more printVal()ing needs to be done. Whenever displaying user data, it should use $misc->printVal($var) instead of htmlspecialchars($var). -* COPY produces invalid output when there's newlines, high ascii or tabs in the data -- 2.39.5