fix(deps): update sea-orm monorepo to v1 (major) #216
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.10
->1.0.0
0.12.10
->1.0.0
Release Notes
SeaQL/sea-orm (sea-orm)
v1.1.2
Compare Source
Enhancements
ColumnTrait::enum_type_name()
to signify enum types https://github.com/SeaQL/sea-orm/pull/2415DbBackend::boolean_value()
for database dependent boolean value https://github.com/SeaQL/sea-orm/pull/2415v1.1.1
Compare Source
Enhancements
impl From<Model> for ActiveModel
instead ofimpl From<<Entity as sea_orm::EntityTrait>::Model> for ActiveModel
https://github.com/SeaQL/sea-orm/pull/2349.Now the following can compile:
v1.1.0
Compare Source
Versions
1.1.0-rc.1
: 2024-08-091.1.0-rc.2
: 2024-10-041.1.0-rc.3
: 2024-10-08Enhancements
EnumIter::get
using fully qualified syntax https://github.com/SeaQL/sea-orm/pull/2321DatabaseConnection
directly fromsqlx::PgPool
,sqlx::SqlitePool
andsqlx::MySqlPool
https://github.com/SeaQL/sea-orm/pull/2348pk_uuid
schema helper https://github.com/SeaQL/sea-orm/pull/2329custom
andcustom_null
schema helper to take column name and alias of differentIntoIden
types https://github.com/SeaQL/sea-orm/pull/2326ColumnDef::get_column_default
getter https://github.com/SeaQL/sea-orm/pull/2387Upgrades
sqlx
to0.8.2
https://github.com/SeaQL/sea-orm/pull/2305, https://github.com/SeaQL/sea-orm/pull/2371bigdecimal
to0.4
https://github.com/SeaQL/sea-orm/pull/2305sea-query
to0.32.0-rc
https://github.com/SeaQL/sea-orm/pull/2305sea-query-binder
to0.7.0-rc
https://github.com/SeaQL/sea-orm/pull/2305sea-schema
to0.16.0-rc
https://github.com/SeaQL/sea-orm/pull/2305ouroboros
to0.18
https://github.com/SeaQL/sea-orm/pull/2353House keeping
v1.0.1
Compare Source
New Features
ConnectOptions::connect_lazy
for creating DB connection pools without establishing connections up front https://github.com/SeaQL/sea-orm/pull/2268Breaking Changes
ProxyDatabaseTrait
methods to async. It's a breaking change, but it should have been part of the 1.0 release.The feature is behind the feature guard
proxy
, and we believe it shouldn't impact majority of users.https://github.com/SeaQL/sea-orm/pull/22782278
Bug Fixes
ColumnType
to Rust type resolution https://github.com/SeaQL/sea-orm/pull/2313v1.0.0
Compare Source
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: 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.