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

Fixed memory leak caused by query variables (#5383) #5569

Closed
wants to merge 5 commits into from

Conversation

la-we
Copy link

@la-we la-we commented Nov 30, 2022

This backports #5383 to version 12.

@CLAassistant
Copy link

CLAassistant commented Nov 30, 2022

CLA assistant check
All committers have signed the CLA.

@la-we
Copy link
Author

la-we commented Nov 30, 2022

@michaelstaib

@michaelstaib
Copy link
Member

Thank you for your help! Appreciate it. I will do a review tonight and then we will do a new build for 12.

@michaelstaib michaelstaib self-requested a review November 30, 2022 11:57
@michaelstaib michaelstaib added this to the HC-12.x.x milestone Nov 30, 2022
@declan-bourke
Copy link
Contributor

@michaelstaib did this go into a version 12 release?

@declan-bourke
Copy link
Contributor

@michaelstaib - actually ignore my previous comment - I have been doing further testing with the new fix and the issue still exists due to it not handling List<KeyValuePair<string, object?>> which is what the Formatter generates.

I will see if I can create a commit on this branch and a separate one for version 13.

add handling for List<KeyValuePair<string, object?>> variables
@declan-bourke
Copy link
Contributor

declan-bourke commented Jan 25, 2023

I'm not sure if it has worked but I have created a PR here:

la-we#1

#5718 has the fix for the main branch (version 13)|

@michaelstaib
Copy link
Member

We are not fixing this anymore in version 12 ... with version 13.1 there is now no more reason to not upgrade.

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