I got this error when executing symfony propel-load-data frontend: Unable to perform DELETE ALL operation. [wrapped: Could not execute update [Native Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group' at line 1] [User Info: DELETE FROM group]]
Shouldn't it instead execute DELETE FROM `group`? E.g.: escape the table name. -- Visit my website: http://onlinesid.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
