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

Allow read only permissions for viewing databases #139

Open
EthanS94 opened this issue Oct 28, 2024 · 1 comment
Open

Allow read only permissions for viewing databases #139

EthanS94 opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@EthanS94
Copy link
Contributor

There will likely be usecases where one user wants to share a database with another user without letting that other user delete/edit the database. It is not uncommon to open up files with read only permissions. Currently, pycinema doesn't support this do to the use of r+ in the various reader filters which causes a permission error for read only files. Can the r+ in all reader filters be changed to a r?

Thanks

@dhrogers
Copy link
Contributor

This makes sense to me, especially with the segmentation of operations into filters. I'll do a pass through the code and see if there are any issues with this.

@dhrogers dhrogers self-assigned this Oct 29, 2024
@dhrogers dhrogers added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants