The Symfony seems pretty mysql centric. You might try the Doctrine group, I bet it's a problem in that library anyway, not symfony.
Doctrine seems to have wierd behaviors with Postgres. What I do is create the database design that I want using Dezign for databases. Then I use the create table script to make my database. Then I manually go through all the build steps, avoiding the one step where Doctrine wants to drop the database, then I audit the yaml file or the SQL file that Doctrine makes. Doctrine and Postgres and not 'impedance matched' yet. On Sep 13, 11:26 pm, janneaa <[email protected]> wrote: > Anyone? This problem is blocking all development of our system and it > needs to be solved. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
