bug 780516
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2003-07-31 Marc Delisle <lem9@users.sourceforge.net>
|
2003-07-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
|
* tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
|
||||||
or a foreign key) was wrongly urldecoded to a space
|
or a foreign key) was wrongly urldecoded to a space
|
||||||
|
* libraries/sqlparser.data.php3: bug 780516, first and status are not
|
||||||
|
reserved words
|
||||||
|
|
||||||
2003-07-30 Marc Delisle <lem9@users.sourceforge.net>
|
2003-07-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_move_copy.php3: wrong Missing message
|
* tbl_move_copy.php3: wrong Missing message
|
||||||
|
@@ -266,7 +266,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'FAST',
|
'FAST',
|
||||||
'FIELDS',
|
'FIELDS',
|
||||||
'FILE',
|
'FILE',
|
||||||
'FIRST',
|
// not on reserved words list in the manual 'FIRST',
|
||||||
'FIXED',
|
'FIXED',
|
||||||
'FLUSH',
|
'FLUSH',
|
||||||
'FOR',
|
'FOR',
|
||||||
@@ -419,7 +419,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'SQL_WARNINGS',
|
'SQL_WARNINGS',
|
||||||
'START',
|
'START',
|
||||||
'STARTING',
|
'STARTING',
|
||||||
'STATUS',
|
// not on reserved words list in the manual 'STATUS',
|
||||||
'STOP',
|
'STOP',
|
||||||
'STRAIGHT_JOIN',
|
'STRAIGHT_JOIN',
|
||||||
'STRING',
|
'STRING',
|
||||||
@@ -453,7 +453,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'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 = 255;
|
$PMA_SQPdata_reserved_word_cnt = 253;
|
||||||
|
|
||||||
$PMA_SQPdata_column_type = array (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user