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

Singleton BooleanMySqlParameter #212

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

jchrys
Copy link
Collaborator

@jchrys jchrys commented Jan 20, 2024

Motivation:
Enhance resource management and consistency by adopting a singleton pattern in BooleanMySqlParameter.

Modification:
Restructured BooleanMySqlParameter to allow only one instance, ensuring efficient usage.

Result:
Optimized performance and uniformity in handling MySQL boolean parameters with a singleton BooleanMySqlParameter.

Motivation:
Enhance resource management and consistency by adopting a singleton pattern in `BooleanMySqlParameter`.

Modification:
Restructured BooleanMySqlParameter to allow only one instance, ensuring efficient usage.

Result:
Optimized performance and uniformity in handling MySQL boolean parameters with a singleton BooleanMySqlParameter.
@jchrys jchrys added the enhancement New feature or request label Jan 20, 2024
Copy link
Contributor

@mirromutth mirromutth left a comment

Choose a reason for hiding this comment

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

LGTM

@jchrys jchrys merged commit 38dd8b4 into trunk Jan 22, 2024
12 checks passed
@jchrys jchrys deleted the 1x-singleton-boolean-parameter branch January 22, 2024 03:16
@jchrys jchrys added this to the 1.1.0/0.10.0 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants