I have tried to create an application with CakePHP and using postgres
as my database.
Because I have already create the database before I decided I use
CakePHP. Therefore, I am not using CakePHP naming rules.
Everything works fine, adding, editing, deleting but I have a warning
after I added a post.
Warning: pg_query() [function.pg-query]: Query failed:
ERROR: relation "table_id_seq" does not exist in
/usr/local/php5.1/htdocs/dir/dir/cake/libs/model/dbo/dbo_postgres.php
on line 111
Your post has been saved.
Is there anyway that I can stick with my own seq name without warning?
CakePHP => table_id_seq
Mine => seq_table_id
Regards,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---