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$ $Id$
$Source$ $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> 2002-03-25 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/estonian.inc.php3; lang/latvian.inc.php3; * lang/estonian.inc.php3; lang/latvian.inc.php3;
lang/russian-win1251.inc.php3: updated thanks to 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 <b>$cfgServers[n]['relation']</b> string
</dt> </dt>
<dd> <dd>
Since release 2.2.4 you can describe in a relation table which field Since release 2.2.4 you can describe, in a special 'relation' table, which field
is a key in another table. phpMyAdmin currently uses this to make is a key in another table (a foreign key). phpMyAdmin currently uses
clickable the data values that point to another table. this to make clickable, when you browse the src table, the data values
that point to the dest table.
<br /><br /> <br /><br />
Currently, the keys must be numeric. The keys can be numeric or character.
<br /><br /> <br /><br />
To use this functionality you have to: To use this functionality you have to: