Skip to content

1.3.1

Compare
Choose a tag to compare
@qiaoyuang qiaoyuang released this 25 Apr 04:35
· 28 commits to main since this release
e722624

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