left join...using
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2002-11-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/german-*.inc.php3: Fixed a typo.
|
* lang/german-*.inc.php3: Fixed a typo.
|
||||||
|
|
||||||
|
@@ -884,7 +884,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (($arr[$i]['type'] == 'alpha_reservedWord')
|
if (($arr[$i]['type'] == 'alpha_reservedWord')
|
||||||
&& ($upper_data =='ON')) {
|
&& ($upper_data =='ON' || $upper_data =='USING')) {
|
||||||
$save_table_ref = FALSE;
|
$save_table_ref = FALSE;
|
||||||
} // end if (data == ON)
|
} // end if (data == ON)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user