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

In query logs, interpolate bind parameters in the SQL query text #300

Open
mehcode opened this issue May 6, 2020 · 0 comments
Open

In query logs, interpolate bind parameters in the SQL query text #300

mehcode opened this issue May 6, 2020 · 0 comments

Comments

@mehcode
Copy link
Member

mehcode commented May 6, 2020

This is solved by the SQL formatter mostly, we just need to support iterating over SQL values. This is a hard problem I think for PostgreSQL / MySQL. It may make sense to simply collect the values in string form in a separate Vec that we only use/push-to when the logs are enabled.

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