#2044: [patch] sqlinitialdata is ignoring semi-colons -----------------------------+---------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Component: django-admin.py | Version: Severity: normal | Resolution: Keywords: | -----------------------------+---------------------------------------------- Comment (by [EMAIL PROTECTED]):
No, in that case also, the collected chunks of sql are executed one at a time. Take a look: source:django/trunk/django/core/management.py#L585. They '''look''' catted if you run the commands that print the sql to the console, but when django itself executes the sql, it iterates over a list of statements. -- Ticket URL: <http://code.djangoproject.com/ticket/2044> Django <http://code.djangoproject.org/> The web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@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-updates -~----------~----~----~----~------~----~------~--~---