TRANSACTION isn't reserved word
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* Documentation.html, faq 1.29 about the "duplicate field names" problem
|
||||
|
||||
|
@@ -422,7 +422,6 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'THEN',
|
||||
'TO',
|
||||
'TRAILING',
|
||||
'TRANSACTION',
|
||||
'TRUNCATE',
|
||||
'TYPE',
|
||||
'UNCOMMITTED',
|
||||
@@ -443,7 +442,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$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 (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user