|
Hi! That's exactly what I'm doing to solve this issue. After every code generation, I'm replacing those double quotes.. Annoying, isn't it? but works ;-} Thank you! Jony dos Santos Kostetzer | Linux user #392481 j0k3r escreveu: Hi,I got the same problem. I use doctrine but i think it is the same problem. If you use the generated sql code, Oracle will create the table with the name in lowercase ONLY. And after you got some problem to work with. The solution i found is to change the generated code. You have : CREATE TABLE "state" Replace by : CREATE TABLE state Hope this can help you :-) On 6 août, 19:29, Jony dos Santos Kostetzer <[EMAIL PROTECTED]> wrote: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
- [symfony-users] Oracle and table names Jony dos Santos Kostetzer
- [symfony-users] Re: Oracle and table names Paul Dingemans
- [symfony-users] Re: Oracle and table names j0k3r
- [symfony-users] Re: Oracle and table na... Jony dos Santos Kostetzer
- [symfony-users] Re: Oracle and tabl... Charley Tiggs
- [symfony-users] Re: Oracle and ... Jony dos Santos Kostetzer
