Added Offset
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
----------------------
|
||||
----------------------
|
||||
phpMyAdmin - Changelog
|
||||
----------------------
|
||||
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-10-26 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/sqlparser.data.php: Added OFFSET.
|
||||
|
||||
2004-10-25 Michal Čihař <michal@cihar.com>
|
||||
* libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
|
||||
full URI (patch #1044123).
|
||||
|
@@ -351,6 +351,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
//'NO',
|
||||
'NOT',
|
||||
'NULL',
|
||||
'OFFSET',
|
||||
'ON',
|
||||
'OPEN',
|
||||
'OPTIMIZE',
|
||||
@@ -461,7 +462,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 265;
|
||||
$PMA_SQPdata_reserved_word_cnt = 266;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user