Note serious bug in reports
authorchriskl <chriskl>
Fri, 15 Jul 2005 08:03:51 +0000 (08:03 +0000)
committerchriskl <chriskl>
Fri, 15 Jul 2005 08:03:51 +0000 (08:03 +0000)
BUGS

diff --git a/BUGS b/BUGS
index be27c72f1d909dc086d1b7ab0d575a4bd1f3ee8f..c58be5467758ae8173d7c2c8c0a67b90a6953e0e 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -20,6 +20,11 @@ Need to fix:
 * make browser language detection only happen when language is set
   to 'auto'.  make that the default.
 * float and decimal types aren't listed.
+* Click 'Run' on this report doesn't work (only column 2 is displayed):
+
+       SELECT
+       1,
+       2;
 
 NEEDS TESTING
 -------------