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