We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I couldn't find an issue that requests this, so forgive me if there is one and I missed it.
Django's version of callproc supports a kparams keyword argument:
callproc
kparams
https://docs.djangoproject.com/en/2.2/topics/db/sql/#django.db.models.CursorWrapper.callproc
It would be awesome if django-debug-toolbar supported kparams as well:
django-debug-toolbar
https://github.com/jazzband/django-debug-toolbar/blob/master/debug_toolbar/panels/sql/tracking.py#L188
I might attempt a pull request if I had more time, but I wanted to at least start the conversation.
Thank you so much for an amazing tool! I love the insight django-debug-toolbar provides.
The text was updated successfully, but these errors were encountered:
Definitely makes sense.
Sorry, something went wrong.
I think this is a duplicate of #907
No branches or pull requests
I couldn't find an issue that requests this, so forgive me if there is one and I missed it.
Django's version of
callproc
supports akparams
keyword argument:https://docs.djangoproject.com/en/2.2/topics/db/sql/#django.db.models.CursorWrapper.callproc
It would be awesome if
django-debug-toolbar
supportedkparams
as well:https://github.com/jazzband/django-debug-toolbar/blob/master/debug_toolbar/panels/sql/tracking.py#L188
I might attempt a pull request if I had more time, but I wanted to at least start the conversation.
Thank you so much for an amazing tool! I love the insight
django-debug-toolbar
provides.The text was updated successfully, but these errors were encountered: