-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[sqlite3] Sqlite3 geopoly and json1 features #11532
Merged
strega-nil
merged 8 commits into
microsoft:master
from
sanjaychugh:sqlite3_geopoly_and_json1_features
Aug 14, 2020
Merged
[sqlite3] Sqlite3 geopoly and json1 features #11532
strega-nil
merged 8 commits into
microsoft:master
from
sanjaychugh:sqlite3_geopoly_and_json1_features
Aug 14, 2020
Conversation
This file contains 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
…lite3_geopoly_and_json1_features
LilyWangL
suggested changes
May 25, 2020
@sanjaychugh I'd like to merge this, but it needs to be merged with master first; can you do that? |
Hi, yes I can merge master into my branch. I'll try to get that done shortly probably in the morning. |
…te3_geopoly_and_json1_features # Conflicts: # ports/sqlite3/CONTROL
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
remz1337
pushed a commit
to remz1337/vcpkg
that referenced
this pull request
Aug 23, 2020
* sqlite3 port: add geopoly and json features. * Changed the version of the sqlite3 CONTROL from from 3.31.1-1 to 3.31.1-2 * Update CONTROL * Update CONTROL Co-authored-by: Sanjay Chugh <[email protected]> Co-authored-by: Lily <[email protected]> Co-authored-by: LilyWangL <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
info:reviewed
Pull Request changes follow basic guidelines
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.
Describe the pull request
This change only modifies the sqlite3 port by adding a geopoly and a json1 feature to the port.
What does your PR fix? Fixes #
Only adding a small new feature. Not fixing anything.
Which triplets are supported/not supported? Have you updated the CI baseline?
All triplets are supported.
Does your PR follow the maintainer guide?
Yes I believe so.