#3173 [HOTFIX] fix globs in /pkgdb/acls/list search (letter_paginator.py)
Closed: Fixed None Opened 12 years ago by toshio.

Packagedb was returning improper results when searching for packages with an _ in the name. This is because underscore is an SQL wildcard character and pkgdb was simply stripping the underscore out. This update changes the code to escape _.

Committed upstream here:
http://bzr.fedorahosted.org/bzr/packagedb/0.5.x/revision/621

Note that this contains the fixes applied here:

https://fedorahosted.org/fedora-infrastructure/ticket/2929


This fix was deployed in fedora-packagedb-0.5.5-1.el6 and the hotfix dropped.

Login to comment on this ticket.

Metadata