django-queryinspect icon indicating copy to clipboard operation
django-queryinspect copied to clipboard

Some queries not caught

Open jgbishop opened this issue 8 years ago • 0 comments

I've noted that a few queries aren't caught by this (terrific) plugin. Specifically, some of the Django-specific queries don't seem to show up in the output:

  • select ... from django_session
  • select ... from auth_user

Other middleware that logs SQL queries seem to catch these queries, so it's definitely possible. I think the issue may be that callproc isn't implemented in the CursorDebugWrapper class, and perhaps those canned queries are stored as procedures.

jgbishop avatar Jan 22 '18 02:01 jgbishop