update
authorchriskl <chriskl>
Wed, 7 May 2003 06:36:29 +0000 (06:36 +0000)
committerchriskl <chriskl>
Wed, 7 May 2003 06:36:29 +0000 (06:36 +0000)
BUGS
HISTORY

diff --git a/BUGS b/BUGS
index 4d11e5f364daa9814e005cdcdeeef1c9e27b7de9..8c956b64ad7166f2186c92f2085c3a3aec08ae70 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,2 +1,5 @@
 * Duplicate field names not displayed in select results
-* No create or replace view...
+       - Fixed in sql.php, nowhere else
+
+* Lots more printVal()ing needs to be done.  Whenever displaying user data, 
+  it should use $misc->printVal($var) instead of htmlspecialchars($var).
diff --git a/HISTORY b/HISTORY
index 8eeffad75deacc8587387c0b8b7bc3b7ba2d4ae9..6bc195f82695fb74d73d22677cec8fc6a62737da 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -7,6 +7,7 @@ Version 3.0.0-dev-5
 * Cascade drop on columns and constraints
 * Czech translation
 * Preserve spaces when displaying data
+* Greatly improved PostgreSQL 7.2 and 7.1 support
 
 Version 3.0.0-dev-4
 -------------------