Re: PostgreSQL schema problems in code generator scripts

2008-09-29 Thread jminkler
Looks like you might have a composite primary key for the ARRAY error? As far as i know cake does not support this, you would have to create a new unq primary key I think. On Sep 22, 1:18 am, chrisbdaemon <[EMAIL PROTECTED]> wrote: > Hey, I'm trying to migrate a site's database from MySQL to P

Re: PostgreSQL schema problems in code generator scripts

2008-09-23 Thread wyrdvans
I've also noticed a bunch of problems with PostgreSQL support in CakePHP. The best thing to do if you can't fix it is to open a trac ticket with as much relevant info as you can give them. Be sure to search first to see if a ticket is already open on the topic. As for the email group and IRC, I

PostgreSQL schema problems in code generator scripts

2008-09-22 Thread chrisbdaemon
Hey, I'm trying to migrate a site's database from MySQL to PostgreSQL and I created a schema from the already existing MySQL database and the models I created for it. I put in the PostgreSQL connection parameters into the configuration file and tried to do a 'php cake.php schema run create' to cr