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

refactor: change the Experiment storage scope to QueryExecer #1618

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kakcy
Copy link
Contributor

@kakcy kakcy commented Mar 25, 2025

This pull request refactors the experimentStorage and goalStorage to use mysql.QueryExecer instead of mysql.Client and updates the corresponding tests to reflect this change. The main changes involve replacing client with qe in the storage structs and updating method calls accordingly.

This PR is a refactor to the deprecation of Client.Qe() in the PR below.
#1549
Client.Qe() is unnecessary so it has been removed.

@kakcy kakcy force-pushed the update-storage-client-experiment-2 branch from 419461b to cba2402 Compare March 26, 2025 09:47
@kakcy kakcy marked this pull request as ready for review March 28, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant