#13648: '%s' escaping support for sqlite3 ------------------------------------------+--------------------------------- Reporter: master | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: sqlite escape | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- Somewhere between 1.2beta1 and svn r13307, the string processing of convert_query() changed.
Now the regex to escape '%%s' content for sqlite3 SQL is wrong and produces '%?'. It doesn't throw any exception but it means nothing to the DB and you may have 'None' column values returned. Note : for a complete working sqlite solution, you still have to apply the patch in #12268. -- Ticket URL: <http://code.djangoproject.com/ticket/13648> Django <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 django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.