First, I must admit I'm a rookie with CakePHP. I started using it last
month with 1.1.6, and as the subject says it, I'm using a PostgreSQL
database. I like CakePHP, and I would be glad to help improve it. I'm
using CakePHP_1.1.7.3363, PostgreSQL 7.4.7, PHP 4.3.10, on a
Debian/Sarge.

Well I have some problems...

First, I have noticed some curious queries, which fail of course.
Here's an example:

SELECT "Resp"."id" AS "Resp__id", "Resp"."first_name" AS
"Resp__first_name", "Resp"."last_name" AS "Resp__last_name",
"Resp"."company_id" AS "Resp__company_id", "Resp"."created" AS
"Resp__created", "Resp"."modified" AS "Resp__modified" FROM "workers"
AS "Resp" WHERE "Resp"."id" = DEFAULT

The query fails because of the DEFAULT... It seems it is due to the
value function in DBO_postgres.php...

Other problem: The del() function doesn't work well, when suppressing a
row of  a table which is referenced in a join table (which is a
classical case whith HABTM). Could this be due to the first problem ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to