summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Pg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB/Pg.pm')
-rw-r--r--Bugzilla/DB/Pg.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/DB/Pg.pm b/Bugzilla/DB/Pg.pm
index e635096f2..4fe8d2244 100644
--- a/Bugzilla/DB/Pg.pm
+++ b/Bugzilla/DB/Pg.pm
@@ -87,11 +87,11 @@ sub bz_last_key {
}
sub sql_regexp {
- return "~";
+ return "~*";
}
sub sql_not_regexp {
- return "!~"
+ return "!~*"
}
sub sql_limit {