On Oct 18, 10:02 am, ColinFine <[email protected]> wrote:
> I want to start a new symfony (1.2) project, building on an existing
> Postgresql database.
> Then I ran
> symfony doctrine:build-schema --env=initial_setup
>
> It is clearly connecting OK, but gives nothing but an error message:
>
> "unknown database attribute type: _bpchar"
>
> Googling for '_bpchar' seems to show that this is an internal type
> used by PostgresQL. Can Doctrine/PDO not cope with it?
>
Appears to have been because I had a Postgres 'array' column in my
database.
Doctrine/PDO might not support this, but should at least give a
meaningful message!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to