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

fix(session): Fix query for orphaned connections #5138

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

mgaffney
Copy link
Member

No description provided.

or
upper(connected_time_range) > now()
)
%s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should see if we can avoid this %s by always including this last clause, but also switch it to an any, ie:

and not (public_id = any(@reported_connection_ids))

@mgaffney mgaffney force-pushed the mgaffney-fix-orphan-conn-query branch from d9b1de3 to 276d1b0 Compare September 27, 2024 16:32
@tmessi tmessi merged commit 9119eff into main Oct 1, 2024
63 of 64 checks passed
@tmessi tmessi deleted the mgaffney-fix-orphan-conn-query branch October 1, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants