-
Dylan William Hardison authored
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}"); ```
adb9565e