-
Notifications
You must be signed in to change notification settings - Fork 182
Description
Is your feature request related to a problem? Please describe.
When I pass in @include_query_hashes, the query_hash column appears. When I pass in @ignore_query_hashes, it does not. This seems inconsistent. I imagine that @ignore_plan_hashes and @ignore_sql_handles are the same.
Describe the solution you'd like
If I'm filtering by some attribute, then I should see that attribute in the result set.
Describe alternatives you've considered
None.
Are you ready to build the code for the feature?
Depends how hard it is. I'm not actually all this interested in this one beyond just thinking that it makes sense. I expect it'll be very easy, so I'll give it a shot.
IMPORTANT: If you're going to contribute code, please read the contributing guide first.
https://github.com/erikdarlingdata/DarlingData/blob/main/CONTRIBUTING.md
Sure.