requery v1.3.1 Release Notes

Release Date: 2017-05-01 // almost 7 years ago
    • ๐Ÿ‘Œ Support Logical NOT operator
    • ๐Ÿ‘Œ Support Converter for java.util.Currency
    • ๐Ÿ›  Fix non-null reference returned for null foreign key reference on entity retrieval
    • ๐Ÿ›  Fix column transformers not used when aliasing columns
    • ๐Ÿ›  Fix ConnectionPoolDataSource not used in ConnectionProvider
    • ๐Ÿ›  Fix Read only values not filtered from insert/update operations
    • ๐Ÿ›  Fix Android schema upgrade using not yet created indexes
    • ๐Ÿ›  Fix Android incorrect concurrent access of DateFormat instance
    • ๐Ÿ›  Fix Android QueryLoader closed previous result instance
    • ๐Ÿ›  Fix processing error generated for @Transient entity not used in a relationship
    • ๐Ÿ›  Fix Kotlin EntityDataStore inner instance not exposed