TRANSACTION isn't reserved word

This commit is contained in:
Michal Čihař
2003-03-05 13:27:37 +00:00
parent 7a33231818
commit 637098c610
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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',