Skip to content

4.1.2

Compare
Choose a tag to compare
@agrosner agrosner released this 21 Oct 17:53
· 531 commits to master since this release
  1. Autoincrement model saver does not call saveForeignKeys() #1454
  2. Ability to reopen DB without deleting #1449
  3. AutoIncrementModelSaver causes IllegalArgumentException since it uses wrong insert statement #1447
  4. Disallow nullable autoincrementing fields. (kotlin nullable (?) and @nullable annotations)
  5. Can close all DBs at runtime. #1418
  6. fix support for byte[], class was incorrectly treated as invalid array type. #1463
  7. Compiled with Kotlin 1.1.51, 26.0.2 of Android build-tools, and 3.0.0-rc2 of Android Gradle plugin.