Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SQLitePCLRaw.bundle_e_sqlcipher from 2.0.5-pre20201231105030 to 2.0.5-pre20210119130047 #23952

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2021

Bumps SQLitePCLRaw.bundle_e_sqlcipher from 2.0.5-pre20201231105030 to 2.0.5-pre20210119130047.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@ghost ghost removed the auto-merge label Jan 25, 2021
@bricelam bricelam self-assigned this Jan 25, 2021
@bricelam bricelam force-pushed the dependabot/nuget/SQLitePCLRaw.bundle_e_sqlcipher-2.0.5-pre20210119130047 branch from e5d6b3f to 9204246 Compare January 25, 2021 19:18
@bricelam
Copy link
Contributor

System.MissingMethodException: Method not found: 'Int32 SQLitePCL.ISQLite3Provider.sqlite3_blob_open(SQLitePCL.sqlite3, SQLitePCL.utf8z, SQLitePCL.utf8z, SQLitePCL.utf8z, Int64, Int32, SQLitePCL.sqlite3_blob ByRef)'.
   at SQLitePCL.Batteries_V2.Init()

/cc @ericsink

@ericsink
Copy link

Interesting.

I changed the signature of ISQLite3Provider.sqlite3_blob_open slightly. The last param used to be out sqlite3_blob and is now out IntPtr, thus moving responsibility for the SafeHandle wrap up one layer.

I'm guessing the result this is causing you trouble is because you haven't rebuilt. Which probably means I shouldn't have changed this. :-)

@bricelam
Copy link
Contributor

Doh, I didn't update SQLitePCLRaw.bundle_sqlite3. False alarm. Don't mix prerelease versions. 😆

@bricelam bricelam force-pushed the dependabot/nuget/SQLitePCLRaw.bundle_e_sqlcipher-2.0.5-pre20210119130047 branch from 9204246 to 56ee73f Compare January 25, 2021 21:42
Bumps [SQLitePCLRaw.core](https://github.com/ericsink/SQLitePCL.raw) from 2.0.5-pre20201231105030 to 2.0.5-pre20210119130047.
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/commits)

Signed-off-by: dependabot[bot] <support@github.com>
@bricelam bricelam force-pushed the dependabot/nuget/SQLitePCLRaw.bundle_e_sqlcipher-2.0.5-pre20210119130047 branch from 56ee73f to e138067 Compare January 25, 2021 22:29
@bricelam bricelam merged commit e138067 into main Jan 25, 2021
@bricelam bricelam deleted the dependabot/nuget/SQLitePCLRaw.bundle_e_sqlcipher-2.0.5-pre20210119130047 branch January 25, 2021 22:30
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