[symfony-users] Re: Doctrine + PostGreSQL

2010-01-25 Thread webasker
Ok, this is weird. I tried changing the schema name, table name, and column names to all lowercase, then it works. But I'm not allow to change the database. Does anyone know why this is happening? How can I work around this issue without changing the database? Also, symfony

[symfony-users] Re: Doctrine + PostGreSQL

2010-01-24 Thread webasker
The database is created from PostGreSQL export and doctrine:build- schema is used to generate the schema.yml file, then doctrine:build- model to generate the model class. Here's the code for insert. $obj = new User(); $obj-set('name', 'test');

[symfony-users] Re: Doctrine + PostGreSQL

2010-01-24 Thread webasker
Dennis, what do you mean quoting all table names and all column names? where should I do that? -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group,

[symfony-users] Doctrine + PostGreSQL

2010-01-21 Thread webasker
Can someone please help me? I have a database with schema main that include a table User. I get this exception when inserting an entry into table User. Doctrine_Sequence_Exception on demand sequence main.User_Id_seq could not be created at () in