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

fix(opfs): Multi-Window Support for OPFS #1969

Closed
wants to merge 18 commits into from

Conversation

e1arikawa
Copy link
Contributor

@e1arikawa e1arikawa commented Feb 28, 2025

When opening an OPFS file using createSyncAccessHandle, the value of the mode argument is now determined based on the DuckDBAccessMode and whether multiWindow is enabled.

DuckDBAccessMode multiWindow mode
READ_ONLY N/A "read-only"
READ_WRITE false "read-write"
READ_WRITE true "readwrite-unsafe"

includes
#1968
#1962
#1959
#1945

@e1arikawa e1arikawa force-pushed the feature/support_multi_window branch 4 times, most recently from 7422568 to c529b8b Compare March 1, 2025 10:51
@e1arikawa e1arikawa force-pushed the feature/support_multi_window branch from a82646f to b24a1dc Compare March 1, 2025 11:03
@e1arikawa e1arikawa closed this Mar 2, 2025
@e1arikawa e1arikawa deleted the feature/support_multi_window branch March 3, 2025 00:43
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.

2 participants