diff --git a/ChangeLog b/ChangeLog index d7635b517..112b35583 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-03-26 Marc Delisle + * libraries/display_tbl.lib.php3, Documentation.html: + support for non-numeric keys in the 'relation' feature + 2002-03-25 Loïc Chapeaux * lang/estonian.inc.php3; lang/latvian.inc.php3; lang/russian-win1251.inc.php3: updated thanks to diff --git a/Documentation.html b/Documentation.html index 30a457bd4..fe1861f35 100755 --- a/Documentation.html +++ b/Documentation.html @@ -568,12 +568,13 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://' $cfgServers[n]['relation'] string
- Since release 2.2.4 you can describe in a relation table which field - is a key in another table. phpMyAdmin currently uses this to make - clickable the data values that point to another table. + Since release 2.2.4 you can describe, in a special 'relation' table, which field + is a key in another table (a foreign key). phpMyAdmin currently uses + this to make clickable, when you browse the src table, the data values + that point to the dest table.

- Currently, the keys must be numeric. + The keys can be numeric or character.

To use this functionality you have to: