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: revert sqlx from 0.8.2 to 0.7.4 to correct mysql and mariadb string conversion errors #198

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

brianheineman
Copy link
Contributor

@brianheineman brianheineman commented Oct 2, 2024

Reverting sqlx to version 0.7.4 to address string handling bugs:

launchbadge/sqlx#3387
launchbadge/sqlx#3390

Copy link

github-actions bot commented Oct 2, 2024

🐰 Bencher Report

Branchrevert-sqlx
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
postgres-embedded📈 view plot
⚠️ NO THRESHOLD
809,080,000.00
postgresql-embedded📈 view plot
⚠️ NO THRESHOLD
826,640,000.00
rusqlite📈 view plot
⚠️ NO THRESHOLD
4,556,100.00
sqlite📈 view plot
⚠️ NO THRESHOLD
4,878,000.00
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.92%. Comparing base (fe2ea1c) to head (b35a31d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
+ Coverage   90.24%   93.92%   +3.67%     
==========================================
  Files          93       93              
  Lines       11692    11716      +24     
==========================================
+ Hits        10552    11004     +452     
+ Misses       1140      712     -428     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brianheineman brianheineman merged commit 243d709 into main Oct 2, 2024
14 checks passed
@brianheineman brianheineman deleted the revert-sqlx branch October 2, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant