I want to start a new symfony (1.2) project, building on an existing
Postgresql database.

Since I've never tried Doctrine and it seems to be the way things are
going, I thought I'd give Doctrine a go; but I've fallen at the first
hurdle.


In my databases.yml I added an extra environment that pointed at the
existing database instead of the new one I intend to use:

initial_setup:
  doctrine:
    param:
      dsn:     (points to existing database)
      user:    (as appropraite

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?

PHP: 5.2.9
symfony: 1.2.1
Doctrine: whatever came with symfony: can't see where to find a
version


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