Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
rbatis (source) dependencies patch 4.6.8 -> 4.6.12

Release Notes

rbatis/rbatis (rbatis)

v4.6.12

Compare Source

what changes?

 #[derive(Clone, Debug, serde::Serialize, serde::Deserialize, PartialEq)]
struct MockTable {
        pub id: Option<String>,
        pub name: Option<String>,
        pub status: Option<i32>
}
crud!(MockTable{});
let r = MockTable::update_by_map(rb, &table, value!{"id":"1", "column": ["name", "status"]}).await;
  • impl crud! for select target columns
 #[derive(Clone, Debug, serde::Serialize, serde::Deserialize, PartialEq)]
struct MockTable {
        pub id: Option<String>,
        pub name: Option<String>,
        pub status: Option<i32>
}
crud!(MockTable{});
let tables = MockTable::select_by_map(rb,value!{"id":"1", "column": ["id", "name"]}).await?; 

v4.6.11

Compare Source

v4.6.10

Compare Source

v4.6.9

Compare Source

  • this is an doc fix version
  • merge #​586

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.5.48 fix(deps): update rust crate rbatis to v4.5.49 Jan 12, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.5.49 fix(deps): update rust crate rbatis to v4.5.50 Feb 3, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.5.50 fix(deps): update rust crate rbatis to v4.5.51 Apr 29, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.5.51 fix(deps): update rust crate rbatis to v4.6.1 May 25, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.1 fix(deps): update rust crate rbatis to v4.6.2 May 25, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.2 fix(deps): update rust crate rbatis to v4.6.3 May 27, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.3 fix(deps): update rust crate rbatis to v4.6.4 May 29, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.4 fix(deps): update rust crate rbatis to v4.6.5 May 31, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.5 fix(deps): update rust crate rbatis to v4.6.7 Jun 1, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.7 fix(deps): update rust crate rbatis to v4.6.8 Jul 2, 2025
@renovate renovate bot changed the title fix(deps): update rust crate rbatis to v4.6.8 chore(deps): update rust crate rbatis to v4.6.8 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update rust crate rbatis to v4.6.8 chore(deps): update rust crate rbatis to v4.6.9 Oct 11, 2025
@renovate renovate bot changed the title chore(deps): update rust crate rbatis to v4.6.9 chore(deps): update rust crate rbatis to v4.6.10 Oct 12, 2025
@renovate renovate bot changed the title chore(deps): update rust crate rbatis to v4.6.10 chore(deps): update rust crate rbatis to v4.6.12 Oct 12, 2025
@renovate renovate bot force-pushed the renovate/rbatis-4.x-lockfile branch from acacbc8 to b3e275b Compare November 23, 2025 18:20
@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.74%. Comparing base (2d644b5) to head (b3e275b).
⚠️ Report is 8 commits behind head on main.

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   81.74%   81.74%           
=======================================
  Files          41       41           
  Lines        3512     3512           
=======================================
  Hits         2871     2871           
  Misses        641      641           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Randoooom Randoooom merged commit d28a17f into main Nov 23, 2025
10 checks passed
@renovate renovate bot deleted the renovate/rbatis-4.x-lockfile branch November 23, 2025 19:11
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.

2 participants