projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f938dba
)
Note serious bug in reports
author
chriskl
<chriskl>
Fri, 15 Jul 2005 08:03:51 +0000
(08:03 +0000)
committer
chriskl
<chriskl>
Fri, 15 Jul 2005 08:03:51 +0000
(08:03 +0000)
BUGS
patch
|
blob
|
blame
|
history
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
-------------