Actions
Feature proposal #5263
closedImplement regex blocking
Start date:
01 May 2015
Due date:
% Done:
100%
Estimated time:
Description
Implement support for blocking using regexp instead of direct 1:1 matching.
Updated by krileon about 8 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
3.0.0) - % Done changed from 0 to 100
Don't see a way to reliably or efficiently do this entirely with SQL as requires specific knowledge of SQL REGEXP. Additionally the new wildcard usage covers most of the scenarios where you'd be using REGEXP.
Actions