bug 700082 XOR
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/sqlparser.data.php3: bug 700082, support of XOR
|
||||||
|
|
||||||
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* translators.html: Another mechanism against stupid people who use the
|
* translators.html: Another mechanism against stupid people who use the
|
||||||
translator list as a list of localised support hotlines or try to get a
|
translator list as a list of localised support hotlines or try to get a
|
||||||
|
@@ -439,6 +439,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'WITH',
|
'WITH',
|
||||||
'WORK',
|
'WORK',
|
||||||
'WRITE',
|
'WRITE',
|
||||||
|
'XOR',
|
||||||
'YEAR_MONTH'
|
'YEAR_MONTH'
|
||||||
);
|
);
|
||||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||||
|
Reference in New Issue
Block a user