bug #1455373, CONVERT not in reserved words

This commit is contained in:
Marc Delisle
2006-03-26 11:59:12 +00:00
parent 40f47178e3
commit 0218c6790d
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2006-03-26 Marc Delisle <lem9@users.sourceforge.net> 2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #1448890 Column expander doesn't work * sql.php: bug #1448890 Column expander doesn't work
* libraries/tbl_properties.inc.php: bug #1458334, undefined offset * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
* libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
2006-03-25 Marc Delisle <lem9@users.sourceforge.net> 2006-03-25 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php, libraries/Table.class.php, * db_operations.php, libraries/Table.class.php,

View File

@@ -327,6 +327,7 @@ $PMA_SQPdata_reserved_word = array (
'COMPRESSED', 'COMPRESSED',
'CONCURRENT', 'CONCURRENT',
'CONSTRAINT', 'CONSTRAINT',
'CONVERT',
'CREATE', 'CREATE',
'CROSS', 'CROSS',
'CURRENT_TIMESTAMP', 'CURRENT_TIMESTAMP',
@@ -564,7 +565,7 @@ $PMA_SQPdata_reserved_word = array (
'YEAR_MONTH' 'YEAR_MONTH'
); );
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word); //$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 273; $PMA_SQPdata_reserved_word_cnt = 274;
// words forbidden to be used as column or table name, // words forbidden to be used as column or table name,
// as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html // as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html