Skip to content

Commit

Permalink
Merge pull request #25 from uktrade/fix/recent-apsw
Browse files Browse the repository at this point in the history
fix: work with recent apsw
  • Loading branch information
michalc authored Mar 13, 2024
2 parents 98da943 + f94a862 commit 213dd1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sqlite_s3vfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ def _read():

return b"".join(_read())

def xSectorSize(self):
return 0

def xFileControl(self, *args):
return False

Expand Down

0 comments on commit 213dd1a

Please sign in to comment.