Sid Bachtiar schrieb: > 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.
This is a well known issue in Propel up to 1.2. See http://propel.phpdb.org/trac/ticket/3 It should be fixed in Propel 1.3. So if you're just starting a new project you should consider upgrading right now. If you've got a lot of existing code though it might not be that easy... Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
