http://bugzilla.wpkg.org/show_bug.cgi?id=81





--- Comment #2 from Jens Geile <[EMAIL PROTECTED]>  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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-------------------------------------------------------
Easy Software Deployment >> http://wpkg.org
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to