bug #1455373, CONVERT not in reserved words
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
||||
2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* sql.php: bug #1448890 Column expander doesn't work
|
||||
* 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>
|
||||
* db_operations.php, libraries/Table.class.php,
|
||||
|
@@ -327,6 +327,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'COMPRESSED',
|
||||
'CONCURRENT',
|
||||
'CONSTRAINT',
|
||||
'CONVERT',
|
||||
'CREATE',
|
||||
'CROSS',
|
||||
'CURRENT_TIMESTAMP',
|
||||
@@ -564,7 +565,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$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,
|
||||
// as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html
|
||||
|
Reference in New Issue
Block a user