Opened 18 years ago
Closed 17 years ago
#2444 closed defect (duplicate)
mange.py reset app fails, if initial sql data contains multiline fields with ; before eol
Reported by: | r0nny | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | shaun@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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
Change History (2)
comment:1 by , 17 years ago
Cc: | added |
---|
comment:2 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Marked as duplicate of #3214
Note:
See TracTickets
for help on using tickets.
I've submitted a patch to fix -- see ticket:3214