[Bug 1592129] Add a shortcut for quoting identifiers in strings.
The Bugzilla::DB object has a qi attribute which returns a special hashref
that can be used inside double-quoted strings to quote database identifiers.
```perl
my $q = Bugzilla->dbh->qi;
Bugzilla->dbh->do("SELECT COUNT(*) FROM $q->{groups}");
```
Showing
Please
register
or
sign in
to comment