fix(deps): update rust crate sea-orm to v1 #292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.15
->1.0.0
Release Notes
SeaQL/sea-orm (sea-orm)
v1.0.0
Versions
1.0.0-rc.1
: 2024-02-061.0.0-rc.2
: 2024-03-151.0.0-rc.3
: 2024-03-261.0.0-rc.4
: 2024-05-131.0.0-rc.5
: 2024-05-291.0.0-rc.6
: 2024-06-191.0.0-rc.7
: 2024-06-25New Features
PrimaryKeyArity
withARITY
constant https://github.com/SeaQL/sea-orm/pull/2185ActiveModel
toEntityTrait
https://github.com/SeaQL/sea-orm/pull/2186rename_all
attribute toDeriveEntityModel
&DeriveActiveEnum
https://github.com/SeaQL/sea-orm/pull/2170Enhancements
QuerySelect::tbl_col_as
Insert::on_conflict_do_nothing
https://github.com/SeaQL/sea-orm/pull/2244ActiveValue::set_if_not_equals()
https://github.com/SeaQL/sea-orm/pull/2194ActiveValue::try_as_ref()
https://github.com/SeaQL/sea-orm/pull/2197QuerySelect::order_by_with_nulls
https://github.com/SeaQL/sea-orm/pull/2228get_xxx_connection_pool
by default https://github.com/SeaQL/sea-orm/pull/2233QueryResult::column_names
https://github.com/SeaQL/sea-orm/pull/2148@generated
in generated code https://github.com/SeaQL/sea-orm/pull/2199DeriveActiveModel
macro https://github.com/SeaQL/sea-orm/pull/1665migrate generate
on emptymod.rs
files https://github.com/SeaQL/sea-orm/pull/2064DerivePartialModel
macro attributeentity
now supportssyn::Type
https://github.com/SeaQL/sea-orm/pull/2137RelationDef::from_alias()
https://github.com/SeaQL/sea-orm/pull/2146Bug Fixes
has_one
relation for foreign key of unique index / constraint https://github.com/SeaQL/sea-orm/pull/2254Breaking changes
ConnectOptions::pool_options()
toConnectOptions::sqlx_pool_options()
https://github.com/SeaQL/sea-orm/pull/2145sqlx_common
private, hidingsqlx_error_to_xxx_err
https://github.com/SeaQL/sea-orm/pull/2145Upgrades
time
to0.3.36
https://github.com/SeaQL/sea-orm/pull/2267strum
to0.26
https://github.com/SeaQL/sea-orm/pull/2088sea-schema
to0.15.0
sea-query-binder
to0.6.0
sea-query
to0.31.0
House keeping
rocket_okapi
example https://github.com/SeaQL/sea-orm/pull/2136Configuration
📅 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 Renovate Bot.