#8461: manage.py reset crashes running initial SQL if there's a #comment on the
same line as valid SQL
--------------------------------------+-------------------------------------
          Reporter:  niccl            |         Owner:  nobody
            Status:  closed           |     Milestone:        
         Component:  django-admin.py  |       Version:  SVN   
        Resolution:  wontfix          |      Keywords:        
             Stage:  Someday/Maybe    |     Has_patch:  1     
        Needs_docs:  0                |   Needs_tests:  0     
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Changes (by toke):

  * status:  new => closed
  * resolution:  => wontfix
  * stage:  Unreviewed => Someday/Maybe

Comment:

 The only types of supported comments for all databases (sqlite,MySQL and
 PostgreSQL) are:

 --  for single line comments
 /* … */  for multiline comments

 These two are standard compliant

 # is a MySQL only extension

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8461#comment:2>
Django Code <http://code.djangoproject.com/>
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to