requery v1.1.2 Release Notes

    • ๐Ÿ‘Œ Support @View annotation for mapping entities to table views
    • ๐Ÿ›  Fix runInTransaction rollback behavior
    • ๐Ÿ›  Fix add column not added to foreign key during table upgrade
    • ๐Ÿ›  Fix function expression in order by column caused incorrect sql generation
    • ๐Ÿ›  Fix rx observableResult not triggered for multiple entity delete
    • ๐Ÿ›  Fix OptimisticLockException when updating an entity with a @Version column
    • ๐Ÿ›  Fix Kotlin select distinct query
    • ๐Ÿ›  Fix Android incompatible date types, now stored as ISO 8601
    • ๐Ÿ›  Fix update listener not invoked for some upsert calls