I'm trying to learn CakePHP using the Bookmark tutorial.
When I use the "baked" application forms to create or edit new Entities, they typically redirect to the index action following successful submission. At this point, the Sql Log in the Debug Kit only shows the SQL used to generate the index listing, not the Sql that was used to do the update.
Is there an easy way to see the Sql that was used for creates/updates in the Debug Kit Sql Log either before or after submission?