Hi Malcolm! >> I'm using initial sql data to create some triggers in MySQL. This >> works fine until I use multiple statements in a trigger. > There's no clean fix that just uses the Django framework at the moment. > This is a really hard problem to solve in the general case, since it > would require being able to parse all SQL syntax variants for all our > supported databases.
After thinking about it: The source of the problem is only the DELIMITER statement. The statement should only affect the client anyway. It should be no big problem to change the code to honor the delimiter change while splitting the statements. > Sorry, not much encouragement for you there, but if you have any bright, > truly database-portable ideas, we'd love to hear them. I have no idea how and if delimiter changes in postgres clients are possible. I'm afraid this is a MySQL specific problem and fixing the problem in management.py would be the wrong way... > > Regards, > Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---