You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
All
Update Kotlin's version to 1.9.10
sqllin-driver
Fix the problem: Native driver does not respect isReadOnly. On native platforms.
Now, if a user set isReadOnly = true in DatabaseConfigurtaion, the database file must exist. And, if opening in read-write mode
fails due to OS-level permissions, the user will get a read-only database, and if the user try to modify the database, will receive
a runtime exception. Thanks for @nbransby
sqllin-processor
Update KSP's version to 1.9.10-1.0.13
Now, if your data class with @DBRow can't be solved or imported successfully(Using KSNode#validate to judge), the ClauseProcessor would try to resolve it in second round