RFE #940194 - Added REGEXP to search options
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
calendar.
|
||||
|
||||
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
|
||||
fails.
|
||||
* 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
|
||||
*/
|
||||
$numfunctions = array('=', '>', '>=', '<', '<=', '!=', 'LIKE', 'NOT LIKE');
|
||||
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=');
|
||||
$textfunctions = array('LIKE', 'NOT LIKE', '=', '!=', 'REGEXP', 'NOT REGEXP');
|
||||
$enumfunctions = array('=', '!=');
|
||||
$nullfunctions = array('IS NULL', 'IS NOT NULL');
|
||||
$unaryfunctions = array(
|
||||
|
Reference in New Issue
Block a user