bug 708887
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2003-04-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/sqlparser.data.php3: bug 647705: 'NO' is not
|
||||
a reserved word in MySQL
|
||||
* libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
|
||||
are functions
|
||||
|
||||
2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* lang/some translations: Damn, I didn't commit all empty translations
|
||||
|
@@ -111,6 +111,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'MID',
|
||||
'MIN',
|
||||
'MOD',
|
||||
'MONTH',
|
||||
'MONTHNAME',
|
||||
'NOW',
|
||||
'NULLIF',
|
||||
@@ -166,10 +167,11 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'VERSION',
|
||||
'WEEK',
|
||||
'WEEKDAY',
|
||||
'YEAR',
|
||||
'YEARWEEK'
|
||||
);
|
||||
//$PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name);
|
||||
$PMA_SQPdata_function_name_cnt = 149;
|
||||
$PMA_SQPdata_function_name_cnt = 151;
|
||||
|
||||
$PMA_SQPdata_column_attrib = array (
|
||||
'AUTO_INCREMENT',
|
||||
|
Reference in New Issue
Block a user