On Sun, Apr 26, 2009 at 05:47:05PM +1000, Arjen Lentz wrote: > On 26/04/2009, at 5:36 PM, Jaka Jančar wrote: >>> Everything should to get lowercased on creation, and/or the >>> comparisons need to be done case-insensitively regardless of the >>> platform/filesystem. >> >> I hope you would still keep the original names stored somewhere? I >> wouldn't like my camelCasedNames to become all lowercase :/ > > > That can be in the table definition (FRM file from MySQL), the point is > that the directories and files on disk should be lowercased so they > become immune to getting moved between platforms and filesystems.
There's some *ahem* lovely encoding that goes on for names (see @foo in filenames) so that they're safe to move around. This will be librified soon enough (for aloha) and for many engines, it'll all become irrelevant as we move to fully discovery based. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

