RFE #940194 - Added REGEXP to search options
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
|||||||
calendar.
|
calendar.
|
||||||
|
|
||||||
2004-04-27 Garvin Hicking <pma@supergarv.de>
|
2004-04-27 Garvin Hicking <pma@supergarv.de>
|
||||||
|
* tbl_select.php: RFE #940194 - Add REGEXP to table search options
|
||||||
* read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
|
* read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
|
||||||
fails.
|
fails.
|
||||||
* querywindow.php: Bug #942395 - Missing space
|
* querywindow.php: Bug #942395 - Missing space
|
||||||
|
@@ -37,7 +37,7 @@ if ($cfg['PropertiesIconic'] == true) {
|
|||||||
* LIKE works also on integers and dates so I added it in numfunctions
|
* LIKE works also on integers and dates so I added it in numfunctions
|
||||||
*/
|
*/
|
||||||
$numfunctions = array('=', '>', '>=', '<', '<=', '!=', 'LIKE', 'NOT LIKE');
|
$numfunctions = array('=', '>', '>=', '<', '<=', '!=', 'LIKE', 'NOT LIKE');
|
||||||
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=');
|
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=', 'REGEXP', 'NOT REGEXP');
|
||||||
$enumfunctions = array('=', '!=');
|
$enumfunctions = array('=', '!=');
|
||||||
$nullfunctions = array('IS NULL', 'IS NOT NULL');
|
$nullfunctions = array('IS NULL', 'IS NOT NULL');
|
||||||
$unaryfunctions = array(
|
$unaryfunctions = array(
|
||||||
|
Reference in New Issue
Block a user