-
Notifications
You must be signed in to change notification settings - Fork 12
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
use SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE to retry when SQLITE_OPEN_READWRITE fails on native platforms. #51
Conversation
Hi, I have seen your commits. But, after your modification, if a user set And, I don't understand if I set |
Good points, what about now? Sorry I am doing all these edits in the GitHub web editor - you'll definitely want to squash when merging! |
Yeah, It's OK. Let's run a round workflow. |
@qiaoyuang are you able to create a new release today? We need the fix asap, otherwise we'll try and publish one internally |
Yes, I am planning to do this. Do you mind me updating the Kotlin version to 1.9.10 in this release version? |
Great, yes thats fine, we are already using 1.9.10
…On Wed, 18 Oct 2023 at 12:10, Yuang Qiao ***@***.***> wrote:
Yes, I am planning to do this. Do you mind me updating the Kotlin version
to 1.9.10 in this release version?
—
Reply to this email directly, view it on GitHub
<#51 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKSQ37ONLFU3RRVEBDWS23X75JEHAVCNFSM6AAAAAA6DJZYESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRXGYYDMMRWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, @nbransby. I submitted a PR for this new release. I commented out these code in NativeDatabase:
Because, I think we should return a read-only database object to users when OS ban the writing permission or the situation of full disk. So, we don't check whether the database is writable anymore. You can review my code in there. And, I also fix the format of code. |
No description provided.