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

[release/3.1] SQLite Spatial: Find SpatiaLite in framework-dependent deployments #19701

Merged
merged 1 commit into from
Feb 15, 2020
Merged

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Jan 24, 2020

Description

Loading SpatiaLite can fail in framework-dependent deployments. This prevents EF SQLite applications from using spatial types.

Customer Impact

Application crashes when attempting to use SpatiaLite.

How found

Reported by multiple customers.

Test coverage

We need better testing in this area. It's hard to do with automated testing of dotnet publish, but we are looking at what we can do in CTI tests.

Regression?

No.

Risk

Very low; we just check for the library in one more place before abandoning the search.


Fixes #15691

@bricelam bricelam added this to the 3.1.x milestone Jan 24, 2020
@ajcvickers
Copy link
Member

@bricelam I filled out a skeleton servicing template. Can you you add/correct as needed, and say something about risk?

Copy link
Member

@ajcvickers ajcvickers left a comment

Choose a reason for hiding this comment

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

Code approved. Wait Tactics approval and for branch to open before merging.

@ajcvickers ajcvickers removed this from the 3.1.x milestone Feb 4, 2020
@ajcvickers
Copy link
Member

@bricelam Can you take an initial stab at filling out the servicing template here?

@ajcvickers ajcvickers added this to the 3.1.x milestone Feb 13, 2020
@ajcvickers
Copy link
Member

@bricelam Approved by Tactics and branches are open; let's try to get this merged today.

@bricelam bricelam merged commit cf3bb48 into dotnet:release/3.1 Feb 15, 2020
@bricelam bricelam deleted the patch-publish branch February 15, 2020 20:36
@ajcvickers ajcvickers removed this from the 3.1.3 milestone Feb 15, 2020
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.

2 participants