left join...using

This commit is contained in:
Marc Delisle
2002-11-11 17:48:47 +00:00
parent 7ff2556ea2
commit af84e6ce23
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-11-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: LEFT JOIN ... USING
2002-11-10 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Fixed a typo.

View File

@@ -884,7 +884,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
}
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data =='ON')) {
&& ($upper_data =='ON' || $upper_data =='USING')) {
$save_table_ref = FALSE;
} // end if (data == ON)