Hi,

I'm trying to call the propel:data-load task with one of my own task.

Everything is working, but I have all the logging or the information
from sfDebugConnection..

I.e. :
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_user_profile
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_user_profile
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_user_group
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_user_group
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.
>> sfDebugConnection prepareStatement(): DELETE FROM sf_guard_group_permission
>> sfDebugConnection executeUpdate(): DELETE FROM sf_guard_group_permission
>> sfDebugConnection committing transaction.
>> sfDebugConnection beginning transaction.

I searched for something that would cause this to happen but I found
nothing and when I call Propel:data-load those lines don't appear.

Thank you
Benjamin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to