I would like to get the exact SQL INSERT query that Doctrine generates when an object\'s save() method is called.
Preferably, I would like to get it in the postSave() ev
You can convert you DQL query to SQL by this function: http://tokarchuk.ru/2010/12/dql-query-to-raw-sql/