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

Enabled support for colon character in HAzureBlockBlobStore #120

Conversation

timostrunk
Copy link

@timostrunk timostrunk commented Mar 5, 2024

PoC PR to allow colons in Azure stores
Resolves: #119

Checklist

  • Added a docs/changes.rst entry

@timostrunk timostrunk force-pushed the allow_colon_azure branch 2 times, most recently from 766b796 to 215eb1b Compare March 5, 2024 12:19
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (25806b2) to head (0dfda81).
Report is 7 commits behind head on main.

Files Patch % Lines
minimalkv/_mixins.py 0.00% 17 Missing ⚠️
minimalkv/_constants.py 0.00% 4 Missing ⚠️
minimalkv/_hstores.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #120   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         32      32           
  Lines       2001    2019   +18     
=====================================
- Misses      2001    2019   +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@timostrunk
Copy link
Author

It was mentioned that different stores should provide a similar featureset. Therefore closing here.

@timostrunk timostrunk closed this Mar 13, 2024
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.

Handling of colon in Azure KeyValueStores
1 participant