Relation and non-numeric keys

This commit is contained in:
Marc Delisle
2002-03-26 14:34:01 +00:00
parent c74334e7ff
commit 1114c6d009
2 changed files with 9 additions and 4 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-03-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3, Documentation.html:
support for non-numeric keys in the 'relation' feature
2002-03-25 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/estonian.inc.php3; lang/latvian.inc.php3;
lang/russian-win1251.inc.php3: updated thanks to

View File

@@ -568,12 +568,13 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
<b>$cfgServers[n]['relation']</b> string
</dt>
<dd>
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.
<br /><br />
Currently, the keys must be numeric.
The keys can be numeric or character.
<br /><br />
To use this functionality you have to: