Skip to content

1.2.1

Compare
Choose a tag to compare
@qiaoyuang qiaoyuang released this 18 Oct 07:13
· 83 commits to main since this release
776e1f9

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