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

Avoid double-logging queries #110

Merged
merged 2 commits into from
May 29, 2024
Merged

Avoid double-logging queries #110

merged 2 commits into from
May 29, 2024

Conversation

gwynne
Copy link
Member

@gwynne gwynne commented May 27, 2024

These changes are now available in 1.7.2

This logging is handled in MySQLKit and should not be present at the MySQLNIO layer.

@gwynne gwynne added bug Something isn't working semver-patch Internal changes only labels May 27, 2024
@gwynne gwynne requested review from 0xTim, MahdiBM and ptoffy May 27, 2024 19:14
ptoffy
ptoffy previously approved these changes May 28, 2024
MahdiBM
MahdiBM previously approved these changes May 28, 2024
@gwynne gwynne dismissed stale reviews from MahdiBM and ptoffy via 3de6b4c May 28, 2024 23:40
@gwynne gwynne force-pushed the remove-excess-query-logging branch from 3de6b4c to cd2f1de Compare May 28, 2024 23:42
Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.09%. Comparing base (605fe1d) to head (545b4c3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   44.94%   44.09%   -0.85%     
==========================================
  Files          38       38              
  Lines        3271     3218      -53     
==========================================
- Hits         1470     1419      -51     
+ Misses       1801     1799       -2     
Files Coverage Δ
Sources/MySQLNIO/MySQLQueryCommand.swift 96.50% <ø> (-0.12%) ⬇️
Sources/MySQLNIO/MySQLSimpleQueryCommand.swift 96.61% <ø> (-0.12%) ⬇️

... and 15 files with indirect coverage changes

@gwynne gwynne force-pushed the remove-excess-query-logging branch from cd2f1de to 545b4c3 Compare May 28, 2024 23:46
@gwynne gwynne merged commit d60444d into main May 29, 2024
37 checks passed
@gwynne gwynne deleted the remove-excess-query-logging branch May 29, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working semver-patch Internal changes only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants