DBFlow v4.1.2 Release Notes

Release Date: 2017-10-21 // over 6 years ago
    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.