http://bugzilla.wpkg.org/show_bug.cgi?id=81 --- Comment #2 from Jens Geile <jens.geile at mzbs.de> 2007-11-19 23:51:36 --- I agree with Leon. I think profile/package IDs shouldnt be case-sensitive not only because of the reasons Leon stated but also because we are working with Windows here. Windows treats TEST.TXT, test.txt and TEst.TXt equally, as one file. This isnt *nix. ;) It actually doesnt bother me that much since I'm storing all my wpkg-data (packages, profiles) in a database with restrictions set so that i cant have one package called "Package" and one called "PackAGE"... CREATE UNIQUE INDEX ci_pkg_lower_id_key ON ci_pkg (lower(ID)); CREATE UNIQUE INDEX ci_pkg_lower_name_key ON ci_pkg (lower(Name)); :) -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |