Replies: 1 comment 3 replies
-
|
Thanks for reporting. I'm aware of that but I've not found the time to investigate why this is happening. We likely miss to overwrite some method for the generated impls in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Backend
PostgreSQL, MySQL, SQLite
Diesel version
2.3.1
Diesel Features
sqlite, chrono, r2d2, numeric
Operating System Version
Ubuntu 24.04
Third party libraries
No response
What do you want to do?
I want to implement a query logger via the usage of the
Instrumentationfunctionality.It works, in the sense that it shows me the query, but the
bindsare always empty.I'm using the
MultiConnectionderive, not sure if that has any influence, because the migrations, when started on an empty database, do show the binds.Compile time error
None
What code do you already have?
The main call to set it:
diesel::connection::set_default_instrumentation(query_logger::simple_logger)Just as test.
Additional details
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions