CVSROOT: /cvs/gnome Module name: bugzilla-newer Changes by: newren 06/09/26 21:35:38
Modified files: . : ChangeLog Bugzilla : QueryParse.yp Log message: 2006-09-26 Elijah Newren <newren gmail com> Fix some bugs with commenter and patch-submitter searches. With many thanks to Thomas Thurman for helping me figure out my SQL searching problems. :-) * Bugzilla/QueryParse.yp: (patch_submitter_search): generate_email_search() is dead; use email_search() now. Also, this will fix a-submitter-doesn't-match-list vs. all-submitters-don't-match-list, though having more than one patch-submitter on a bug is rare anyway. (email_search): bug_id and who are not primary indexes in longdescs like they are in cc, thus we need a group by statement for the queries to work. Same goes for patch-submitter. Doesn't hurt to have the group by for cc. So, we just add it. who isn't the only column to worry about in the more complex searches; submitter_id is possible as well. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=bugzilla-newer&who=newren&date=explicit&mindate=2006-09-26%2021:34&maxdate=2006-09-26%2021:36 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list