Skip to content

Revert #25047 - [SQLite] Bump and use byte[] variants added to blob_open for performance#27484

Merged
OmarTawfik merged 1 commit intodotnet:masterfrom
OmarTawfik:dev/otawfik/revert-sqllite-binary
Jun 6, 2018
Merged

Revert #25047 - [SQLite] Bump and use byte[] variants added to blob_open for performance#27484
OmarTawfik merged 1 commit intodotnet:masterfrom
OmarTawfik:dev/otawfik/revert-sqllite-binary

Conversation

@OmarTawfik
Copy link
Copy Markdown
Contributor

Reverts #25047 as it is causing NGen issues in official builds.
We need to consolidate different versions of that binary that ship into VS.

cc @tannergooding can you please review?

This reverts commit 292e598, reversing
changes made to 309b9fe.
@OmarTawfik OmarTawfik added this to the 15.8 milestone Jun 5, 2018
@OmarTawfik OmarTawfik self-assigned this Jun 5, 2018
@OmarTawfik OmarTawfik requested review from a team as code owners June 5, 2018 18:26
@OmarTawfik OmarTawfik changed the title Revert "Merge pull request #25047 from Therzok/sqlite-blob" Revert #25047 - [SQLite] Bump and use byte[] variants added to blob_open for performance Jun 5, 2018
@tannergooding
Copy link
Copy Markdown
Member

FYI. @jinujoseph and @jasonmalinowski as well.

@tannergooding
Copy link
Copy Markdown
Member

@OmarTawfik (or @jinujoseph) could we get a bug logged tracking getting this re-enabled.

If 1.1.5 works, we can just move to that. Otherwise, we need to ensure the appropriate binding redirects are added to VS.

In either case, we should also ensure we are consuming the shared copy, rather than inserting our own.

<SystemXmlXmlSerializerVersion>4.3.0</SystemXmlXmlSerializerVersion>
<SystemXmlXPathXDocumentVersion>4.3.0</SystemXmlXPathXDocumentVersion>
<SQLitePCLRawbundle_greenVersion>1.1.11</SQLitePCLRawbundle_greenVersion>
<SQLitePCLRawbundle_greenVersion>1.1.2</SQLitePCLRawbundle_greenVersion>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we only need to revert this. not whole thing...?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other changes require this change

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we reverting whole thing to be safe?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(As I understand it)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ReadBlob(byte[]) APIs were added in 1.1.10, so it would not build otherwise.

@OmarTawfik OmarTawfik merged commit 717accb into dotnet:master Jun 6, 2018
@OmarTawfik OmarTawfik deleted the dev/otawfik/revert-sqllite-binary branch June 6, 2018 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants