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: work with recent apsw #25

Merged
merged 1 commit into from
Mar 13, 2024
Merged

fix: work with recent apsw #25

merged 1 commit into from
Mar 13, 2024

Conversation

michalc
Copy link
Member

@michalc michalc commented Mar 13, 2024

It looks like from apsw 3.43.1.1 onwards, the virtual filesystem file needs the xSectorSize function.

Nothing in the apsw changelog at https://rogerbinns.github.io/apsw/changes.html makes this particular clear - the issue from 3.43.1.1 onwards was determined by running the tests for sqlite-s3vfs for each apsw version.

The sector size of "0" for some reason is the only one that makes the rollback tests pass

Thank you to @blueshed for the report.

Closes #24

@michalc michalc force-pushed the fix/recent-apsw branch 5 times, most recently from 738a386 to 525b9ba Compare March 13, 2024 19:32
It looks like from apsw 3.43.1.1 onwards, the virtual filesystem file needs the
xSectorSize function.

Nothing in the apsw changelog at https://rogerbinns.github.io/apsw/changes.html
makes this particular clear - the issue from 3.43.1.1 onwards was determined by
running the tests for sqlite-s3vfs for each apsw version.

The sector size of "0" for some reason is the only one that makes the rollback
tests pass

Thank you to https://github.com/blueshed for the report

Closes #24
@michalc michalc merged commit 213dd1a into main Mar 13, 2024
3 checks passed
@michalc michalc deleted the fix/recent-apsw branch March 13, 2024 20:14
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.

AttributeError: 'S3VFSFile' object has no attribute 'xSectorSize'
1 participant