Skip to content

chore(deps): update sea-orm monorepo to v1.1.16 - #185

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/sea-orm-monorepo
Sep 15, 2025
Merged

chore(deps): update sea-orm monorepo to v1.1.16#185
renovate[bot] merged 1 commit into
mainfrom
renovate/sea-orm-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
sea-orm (source) workspace.dependencies patch 1.1.15 -> 1.1.16
sea-orm-migration (source) workspace.dependencies patch 1.1.15 -> 1.1.16

Release Notes

SeaQL/sea-orm (sea-orm)

v1.1.16

Compare Source

Bug Fixes
#[derive(DerivePartialModel)]
#[sea_orm(entity = "active_enum::Entity", from_query_result, alias = "zzz")]
struct PartialWithEnumAndAlias {
    #[sea_orm(from_col = "tea")]
    foo: Option<Tea>,
}

let sql = active_enum::Entity::find()
    .into_partial_model::<PartialWithEnumAndAlias>()
    .into_statement(DbBackend::Postgres)
    .sql;

assert_eq!(
    sql,
    r#"SELECT CAST("zzz"."tea" AS "text") AS "foo" FROM "public"."active_enum""#,
);
Enhancements
  • [sea-orm-cli] Use tokio (optional) instead of async-std #​2721

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) September 15, 2025 02:11
@renovate
renovate Bot merged commit aa39678 into main Sep 15, 2025
8 checks passed
@renovate
renovate Bot deleted the renovate/sea-orm-monorepo branch September 15, 2025 02: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.

0 participants