Fix COPY and SQL output. Quite complicated...lots of addCSlashes and escaping required
authorchriskl <chriskl>
Sun, 18 May 2003 11:27:31 +0000 (11:27 +0000)
committerchriskl <chriskl>
Sun, 18 May 2003 11:27:31 +0000 (11:27 +0000)
BUGS

diff --git a/BUGS b/BUGS
index e4ab3196bc56e871771a8f07b538d46ff6b22119..b5455233c7940bbc706a96600259590e2d489f67 100644 (file)
--- 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