#3214: [patch] raw sql file doesn't recognize quotes correctly
-------------------------------------+-------------------------------------
     Reporter:  shaunc <shaun@…>     |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  rawsql               |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by andrewgodwin):

 Yep, this same bug will still apply to the splitter inside RunSQL (though
 I believe it's marginally better than the old Django one).

 timo: Database-specific SQL data will only work with apps without
 migrations; those with migrations are expected to achieve the same result
 using a migration to load in the data, which is much more portable and
 forwards-compatible.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/3214#comment:38>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/086.0680dc2d3f2fe684db7017ed22a09ec4%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to