bug 833900, FAQ 3.10 added

This commit is contained in:
Marc Delisle
2003-11-04 13:46:11 +00:00
parent 4fceba47ff
commit 47559a4a83
2 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-11-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug 833900, added known limitation in FAQ 3.10
about selecting homonyms on a table without primary key
2003-11-04 Garvin Hicking <me@supergarv.de>
* Documentation.html: Added known limitation about ANSI-mode
(Bug #816858)

View File

@@ -2791,6 +2791,17 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see http://www.mysql.com/doc/en/ANSI_mode.html). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL statements. There is no workaround to this behaviour. News to this item will be posted in Bug report <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=816858&amp;group_id=23067&amp;atid=377408">#816858</a>
</p>
<h4>
[3.10] Homonyms and no primary key: When the results of a SELECT display
more that one column with the same value
(for example <tt>SELECT lastname from employees where firstname like 'A%'</tt> and two &quot;Smith&quot; values are displayed),
if I click Edit I cannot be sure that I am editing the intended row.
</h4>
<p>
Please make sure that your table has a primary key, so that phpMyAdmin
can use it for the Edit and Delete links.
</p>
<a name="faqmultiuser"></a><br />
<h3>[4. ISPs, multi-user installations ]</h3>