google-code-export / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 3 forks source link

Minor issue with changing case on existing tags #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a password with new tag, i.e. WebChat
2. Change tag to lower case, i.e. webchat
3. Once saved lower case change is ignored

What is the expected output? What do you see instead?
Should see 'webchat' but instead see the original 'WebChat'.  All other changes 
seem to work apart from upper to lower or lower to upper case.

What version of the product are you using? On what operating system?
1.2.1

Original issue reported on code.google.com by mrpugs...@gmail.com on 8 Jun 2012 at 9:27

GoogleCodeExporter commented 9 years ago
What type of database are you using?

Original comment by joshdrum...@gmail.com on 9 Jun 2012 at 3:42

GoogleCodeExporter commented 9 years ago
Hi Josh, this was on sles11 sp2 with MySQL version 5.  I get the same on my 
Windows XAMPP install.  In both cases I created the webpasswordsafe DB using 
phpmyadmin with nothing set as the character set.  I changed this to utf8 and 
now it's working. Thanks for the help.

Original comment by mrpugs...@gmail.com on 9 Jun 2012 at 9:04

GoogleCodeExporter commented 9 years ago
Hi, looks like that is a setting in the database. MySQL collation by default is 
case-insensitive, but you can change it, here's an example: 
http://stackoverflow.com/questions/5629111/mysql-case-sensitive-string-compariso
n

Original comment by joshdrum...@gmail.com on 9 Jun 2012 at 10:36