sqlite3vfs icon indicating copy to clipboard operation
sqlite3vfs copied to clipboard

Document expected errors for SQLITE3

Open RichardoC opened this issue 1 year ago • 4 comments

Mind documenting which errors exactly SQLITE3 is expecting from certain edge conditions?

For example, when SQLITE3 tries to read bytes from an empty file I return io.EOF from my ReadAt implementation, but this fails with panic: unable to open database file: invalid argument

Thanks!

RichardoC avatar Apr 08 '23 18:04 RichardoC