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(deps): update rust crate sqlx to 0.7.2 #174

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sqlx dependencies patch 0.7.0 -> 0.7.2

Release Notes

launchbadge/sqlx (sqlx)

v0.7.2

23 pull requests were merged this release cycle.

Added
Changed
Fixed

v0.7.1

Compare Source

This release mainly addresses issues reported with the 0.7.0 release.

16 pull requests were merged this release cycle.

Added
  • [#​2551]: Introduce build_query_scalar for QueryBuilder [[@​iamquang95]]
  • [#​2605]: Implement Default for QueryBuilder [[@​Xydez]]
  • [#​2616]: feat(sqlx-core): add table function to database error [[@​saiintbrisson]]
  • [#​2619]: feat: allow opt-out of PgHasArrayType with #[derive(sqlx::Type)] [[@​abonander]]
    • TL;DR: if you're getting errors from #[derive(sqlx::Type)] with #[sqlx(transparent)]
      regarding PgHasArrayType not being implemented, add #[sqlx(no_pg_array)] to fix.
Changed
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Benchmark for 21adf7b

Click to view benchmark
Test Base PR %
mysql/consume/1000 3.6±0.09s 3.6±0.08s 0.00%
mysql/push/1000 1727.7±55.12ms 1770.9±42.54ms +2.50%
postgres/consume/1000 946.4±46.42ms 960.8±38.32ms +1.52%
postgres/push/1000 591.9±22.03ms 586.4±12.76ms -0.93%
redis/consume/1000 551.9±0.47ms 551.9±0.36ms 0.00%
redis/push/1000 136.6±6.65ms 135.7±8.79ms -0.66%
sqlite_in_memory/consume/1000 1000.3±23.54ms 1000.2±23.32ms -0.01%
sqlite_in_memory/push/1000 60.8±1.27ms 60.3±1.03ms -0.82%

@geofmureithi geofmureithi merged commit 4855841 into master Sep 29, 2023
5 checks passed
@geofmureithi geofmureithi deleted the renovate/sqlx-0.x branch September 29, 2023 07:14
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