Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
backport 3.0.1 bug fixes
  • Loading branch information
chriskl committed Aug 13, 2003
1 parent 3515832 commit a8c1982
Show file tree
Hide file tree
Showing 13 changed files with 187 additions and 857 deletions.
35 changes: 6 additions & 29 deletions HISTORY
@@ -1,39 +1,16 @@
phpPgAdmin History
------------------

Version 3.1
-----------
Version 3.0.1
-------------

Features:
* Turkish update from Devrim Gunduz
* Add first & last links to nav. Double number of pages shown.
* German update from Markus Bertheau
* Allow granting privileges WITH GRANT OPTION for 7.4
* Allow revoking GRANT OPTION with CASCADE option for 7.4
* Display new PostgreSQL 7.4 grant options and grantor in privileges
* Find object feature
* Support for domains in 7.3 and domain constraints and alter domain in 7.4
* Add/drop users to/from groups
* Alter (rename) triggers
* Pop-up SQL window from Mark Gibson
* Superusers can always see all databases
* Default database encoding for languages
* Convert our images to PNG format
* Allow creating tables WITHOUT OIDS
* Show boolean values as TRUE or FALSE when viewing data
* Allow renaming table and changing table owner
* Refresh feature on table browse
* Support better formatted view dumps in 7.4
* When browsing data, numeric types are aligned right
* Ability to create unique and partial indexes

Bug Fixes:
Bug Fixes
* Lots of NULL value in table dump fixes (XML format changed slightly)
* Boolean default values and general boolean field handling fixes
* Support zero column tables
* Correctly display the contents of bytea fields
* Consider information_schema to be a system object
* Remember fields if index creation fails
* Error in ADODB_base.php
* Fix saving and loading function volatility
* Don't list domains under types

Version 3.0
-----------
Expand Down
2 changes: 1 addition & 1 deletion classes/database/ADODB_base.php
Expand Up @@ -3,7 +3,7 @@
/*
* Parent class of all ADODB objects.
*
* $Id: ADODB_base.php,v 1.14 2003/07/31 01:17:05 chriskl Exp $
* $Id: ADODB_base.php,v 1.13.2.1 2003/08/13 03:58:25 chriskl Exp $
*/

include_once('libraries/errorhandler.inc.php');
Expand Down

0 comments on commit a8c1982

Please sign in to comment.