Bump SQLitePCLRaw.core from 2.0.4 to 3.0.2#130
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump SQLitePCLRaw.core from 2.0.4 to 3.0.2#130dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
--- updated-dependencies: - dependency-name: SQLitePCLRaw.core dependency-version: 3.0.2 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
This pull request currently contains no code or configuration changes, meaning the intended dependency upgrade has not been applied. Furthermore, upgrading SQLitePCLRaw from v2 to v3 is a major version jump that includes a package renaming (SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3). Without project file updates or evidence of testing, this PR should not be merged in its current state.
About this PR
- The pull request contains no file changes. The project configuration update to SQLitePCLRaw.core 3.0.2 is missing.
- SQLitePCLRaw 3.0.1 introduces a breaking change where 'SQLitePCLRaw.lib.e_sqlite3' was renamed to 'SourceGear.sqlite3'. If the project consumes library bundles, manual intervention will be required to avoid runtime failures.
Test suggestions
- Verify project builds successfully without compilation errors after the major version upgrade.
- Verify runtime database functionality (e.g., connection, querying) to ensure compatibility with SQLite 3.44+ provided by the new version.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify project builds successfully without compilation errors after the major version upgrade.
2. Verify runtime database functionality (e.g., connection, querying) to ensure compatibility with SQLite 3.44+ provided by the new version.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updated SQLitePCLRaw.core from 2.0.4 to 3.0.2.
Release notes
Sourced from SQLitePCLRaw.core's releases.
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
2.1.9
2.1.8
Update e_sqlite3 and e_sqlite3mc builds to SQLite 3.45.1
2.1.7
sqlite3_serialize/deserialize, thanks to @Trinitek and @garthmzlinux-musl-s390x, thanks to @uweigandThe versions of the underlying SQLite code for the builds in this release are:
2.1.6
2.1.5
2.1.4
2.1.3
Includes support for ppc64le (thanks to @alhad-deshpande and @janani66). No other changes.
2.1.2
net6.0targeting 32-bit Windows. The previous release (v2.1.1) also had an attempt at this fix, but that code broke things onnet6.0-ios, due to an apparent bug in the Mono AOT code.
2.1.1
NOTE: This release was found to cause build problems with
net6.0-ios. See #516e_sqlite3(3.39.2) ande_sqlcipherversions2.1.0
Highlights:
SQLitePCLRaw.nativelibraryassembly was removed and folded into other assembliese_sqlite3builds are updated to SQLite version 3.38.3Thanks to @bricelam and @filipnavara for significant code contributions.
2.0.7
This release is driven only by the need to fix cases involving .NET Framework, especially with AnyCPU.
2.0.6
e_sqlite3 and e_sqlcipher builds have been updated to be compatible with ubuntu 16.04 and 18.04
2.0.5
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)