View Issue Details

IDProjectCategoryView StatusLast Update
0012760mantisbtadministrationpublic2011-04-05 14:23
Reporterschoppi71 Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.4 
Target Version1.2.5Fixed in Version1.2.5 
Summary0012760: Manage User page filter is case sensitive for some database backends
Description

Manage User page provides a filter for the first letter of the user name. This filter doesn't work if the database in casesensitive.
SQL:
SELECT * FROM mantis_user_table WHERE (username like 'A%') ORDER BY username ASC

There should be an WHERE (UPPER(username) like 'A%') in the SQL script.

Tagspatch

Relationships

has duplicate 0011012 closeddhx manage_user_page.php?prefix=C is case sensitive 

Activities

dhx

dhx

2011-02-26 04:20

reporter   ~0028300

Thanks Andreas, I have committed your patch.

Related Changesets

MantisBT: master a3f376d1

2011-02-26 04:14

Schoppi

Committer: dhx


Details Diff
Fix 0012760: Case sensitivity of filter on manage user page

The Manage User page provides a filter for the first letter of
usernames. This filter doesn't work if the database is case sensitive.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0012760
mod - manage_user_page.php Diff File

MantisBT: master-1.2.x 5fc8d776

2011-02-26 04:14

Schoppi

Committer: dhx


Details Diff
Fix 0012760: Case sensitivity of filter on manage user page

The Manage User page provides a filter for the first letter of
usernames. This filter doesn't work if the database is case sensitive.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0012760
mod - manage_user_page.php Diff File