TRANSACTION isn't reserved word
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
|
* libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
|
||||||
|
#697961)
|
||||||
|
|
||||||
2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
|
2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html, faq 1.29 about the "duplicate field names" problem
|
* Documentation.html, faq 1.29 about the "duplicate field names" problem
|
||||||
|
|
||||||
|
@@ -422,7 +422,6 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'THEN',
|
'THEN',
|
||||||
'TO',
|
'TO',
|
||||||
'TRAILING',
|
'TRAILING',
|
||||||
'TRANSACTION',
|
|
||||||
'TRUNCATE',
|
'TRUNCATE',
|
||||||
'TYPE',
|
'TYPE',
|
||||||
'UNCOMMITTED',
|
'UNCOMMITTED',
|
||||||
@@ -443,7 +442,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 = 249;
|
$PMA_SQPdata_reserved_word_cnt = 248;
|
||||||
|
|
||||||
$PMA_SQPdata_column_type = array (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user