Bump SQLitePCLRaw.core from 2.1.9 to 3.0.3#266
Conversation
--- updated-dependencies: - dependency-name: SQLitePCLRaw.core dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
While the PR title indicates a dependency bump for SQLitePCLRaw.core, the provided change set is empty. No project files or configuration files have been modified to reflect this upgrade.\n\nFurthermore, moving from v2.x to v3.x is a major version bump. This transition includes package renaming (e.g., SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3) and potential API shifts that are not addressed in the current PR. Verification of database initialization and basic operations is required before this can be considered safe for merging.
About this PR
- The PR does not contain any file changes. The project configuration files (e.g., .csproj) must be updated to reflect the version bump from 2.1.9 to 3.0.3.
- This is a major version upgrade (v2 to v3). The release notes for 3.0.1 indicate a package ID change for 'SQLitePCLRaw.lib.e_sqlite3' to 'SourceGear.sqlite3'. Ensure this rename is handled if the package is referenced directly in the project.
Test suggestions
- Verify SQLite database initialization and basic CRUD operations with the new major version (v3.x).\n- [ ] Confirm that the package ID change for SQLitePCLRaw.lib.e_sqlite3 (renamed to SourceGear.sqlite3 in 3.0.1) does not break dependency resolution.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify SQLite database initialization and basic CRUD operations with the new major version (v3.x).\n- [ ] Confirm that the package ID change for SQLitePCLRaw.lib.e_sqlite3 (renamed to SourceGear.sqlite3 in 3.0.1) does not break dependency resolution.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Updated SQLitePCLRaw.core from 2.1.9 to 3.0.3.
Release notes
Sourced from SQLitePCLRaw.core's releases.
3.0.3
Fixes for some fairly obscure memory corruption bugs, thanks for PR #663 and related
3.0.2
Update SourceGear.lib dependency to 3.50.4.2
3.0.1
SQLitePCLRaw.lib.e_sqlite3toSourceGear.sqlite33.0.0
v3 release notes
2.1.11
2.1.10
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)