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.21
sqllin-dsl
Now, the ORDER_BY clause could ignore the OrderByWay parameter like SQL.
Optimize the performance in concurrent scenarios. Some types have changed, but users don't need to change the code.
Now, SelectStatement has been changed to lazy deserialization mode, that's means the first time you invoke the
function SelectStatement#getResults will consume more time. But, correspondingly, executing SELECT statements will be faster.
Add the enableSimpleSQLLog parameter to Database's constructor, default by true, if you set it to false, you can disable the simple SQL logout.
sqllin-driver
Deprecated the public API CommonCursor#forEachRows, you can replace with CommonCursor#forEachRow. This
change just for fixing a typo :). And, the CommonCursor#forEachRows will be removed in next version.