-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Rust crate diesel to 2.1.2 - abandoned #911
base: main
Are you sure you want to change the base?
Conversation
To view this pull requests documentation preview, visit the following URL: docs.page/mobilecoinofficial/full-service~911 Documentation is deployed and generated using docs.page. |
9693fbb
to
ebabe5e
Compare
d9a16bf
to
42d62db
Compare
42d62db
to
b76045a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #911 +/- ##
==========================================
- Coverage 60.12% 60.10% -0.02%
==========================================
Files 88 95 +7
Lines 12356 12882 +526
Branches 2010 2139 +129
==========================================
+ Hits 7429 7743 +314
- Misses 3238 3404 +166
- Partials 1689 1735 +46
☔ View full report in Codecov by Sentry. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
2.1.0
->2.1.2
Release Notes
diesel-rs/diesel (diesel)
v2.1.2
: Diesel 2.1.2Compare Source
DISTINCT ON
andORDER BY
clauses consisting of custom sql expressions (e.g..nullable()
)#[derive(Selectable)]
and#[diesel(check_for_backend)]
generates invalid rust code if the struct contains lifetimes/generic typesYou can support the development of diesel by contributions or by sponsoring the project on Github.
v2.1.1
: Diesel 2.1.1Compare Source
Fixed
diesel print-schema
that lead to generating invalidtable!
macros if both the#[sql_name]
and the#[max_lenght]
attribute are presentdiesel print-schema
with really old sqlite versions#[diesel(check_for_backend)]
ignored#[diesel(deserialize_as)]
attributes#[derive(MultiConnection)]
featurediesel migration generate --diff-schema
now respects table filters as setup forprint-schema
viadiesel.toml
DISTINCT ON
andORDER BY
clauses consisting of custom sql expressions (e.g.diesel::dsl::sql
)Added
You can support the development of diesel by sponsoring the project on github
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.