Is there a way to eliminate the BEGIN & ROLLBACK statement calls to Postgres when there are no DB queries in an action? I don't know where I can find these statements in the code.
I preferably would like to get rid of the BEGIN & ROLLBACK statements all together since Postgres is already implicitly doing transactions in the DB itself without the need for explicit transaction blocks. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en To unsubscribe, reply using "remove me" as the subject.
