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.
sqllin-dsl
Fix a crash when a data class doesn't contain any String element.
Fix the issue#81 about insert and query null values
Fix some wrongs about generation of SQL syntax
sqllin-driver
Breaking change: Remove the deprecated API CommonCursor#forEachRows
Breaking change: the getInt, getLong, getFloat and getDouble will throw an exception when the value is NULL in SQLite on JVM and native platforms, like on Android in older versions.
Add a new public API: CommonCursor#isNull, for check if the value is NULL in SQLite