requery v1.2.1 Release Notes

Release Date: 2017-04-10 // about 7 years ago
    • ๐Ÿ‘Œ Support row value expressions
    • ๐Ÿ‘Œ Support generating entities from Kotlin abstract classes
    • ๐Ÿ‘Œ Support Kotlin 1.1
    • ๐Ÿ›  Fix handling of self referencing Many-to-Many relationship
    • ๐Ÿ›  Fix Android table/column name transformers not used during upgrade
    • ๐Ÿ›  Fix use AutoValue builder setters if available
    • ๐Ÿ›  Fix @Value.Default handling for immutable.org types
    • ๐Ÿ›  Fix deleting entities from a One-To-Many when using delete(Iterable)
    • Kotlin fix varargs in raw query not expanded
    • Kotlin fix ClassCastException when using a join clause