pub fn push_query_label(_label: impl Into<String>) -> QueryLogGuardExpand description
Install a query label for the current thread so that executor logs can annotate diagnostics with the originating SQL statement.
No-op in non-test builds.
pub fn push_query_label(_label: impl Into<String>) -> QueryLogGuardInstall a query label for the current thread so that executor logs can annotate diagnostics with the originating SQL statement.
No-op in non-test builds.