On Jul 14, 2:16 pm, Matthew Williams <[EMAIL PROTECTED]>
wrote:
> I've found the condition that leads to this back in FarCry 3.0.
>
> 1)  You run MySQL on top of a linux OS, and using a case sensitive
> 2)  You import the schema/tables vs creating them through the installer.
>
> What I saw when this happened is that tables are named after the objects
> that create them.  Eg, dmFile.cfc, dmCron.cfc, etc translates to dmFile,
> dmCron when the tables are created.  This becomes a problem when the
> code calls dmfile instead of dmFile.  I can't recall if the DB gateway
> is lower casing all the calls?  It may be, I've not had any reason to
> poke about in that part of the code.

Any reason you can't simply set mySQL to be case insensitive for table
names?
http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html

We'll try and track the bug but its not something that is likely to
get fixed quickly without specific references to code lines.  We don't
maintain a unix based mysql testbed in house.

-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to