« Return to Thread: Looking for a list of sites

Re: case sensitivity mysql question

by Blair McKenzie-2 :: Rate this Message:

Reply to Author | View in Thread

The actual code that does the deploying is in /packages/fourq/gateway. Not sure if the problem is in there or in the code that calls it though.

Blair

On Tue, May 27, 2008 at 8:53 AM, Zocoloco Studios <zocoloco@...> wrote:

I have been trying to locate the source of this problem to no avail.

When I deploy a new type through the COAPI admin, I always get an error:

"Table 'databaseName.tablename' doesn't exist."

It is a a case sensitivity issue. It should be sending: (MySQL)

databaseName.tableName but somewhere it is changing it to LCase.

For example, when extending dmProfile, it turns into dmprofile - and
does not work. While I can update it manually, it would be nice to
know where this problem lies so I can just fix it. I was looking at
alterType.cfc and coapTypes.cfm - and no luck.


Can anyone point me in the right direction?

thanks,
elaine




--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Looking for a list of sites