#2444: mange.py reset app fails, if initial sql data contains multiline fields
with ; before eol
-----------------------------+----------------------------------------------
Reporter: r0nny | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: django-admin.py | Version: SVN
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
while creating my initial sql data i ran into this probem
i wanted to pass the content of a small c file, but it allways failed at
the first ";" of the c-file
after it failed with django i tried manual executing, wich worked fine,
but every try with mange.py reset app failed, till i got rid of the ;
so i think its a small bug on the paser, cause it doesnt check parenthesis
of single/double quotes and just splits on
--
Ticket URL: <http://code.djangoproject.com/ticket/2444>
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---