Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some queries not caught #27

Open
jgbishop opened this issue Jan 22, 2018 · 0 comments
Open

Some queries not caught #27

jgbishop opened this issue Jan 22, 2018 · 0 comments

Comments

@jgbishop
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant