requery v1.4.1 Release Notes

Release Date: 2017-10-07 // over 6 years ago
    • ๐Ÿ‘Œ Support accessing the Configuration instance from EntityDataStore
    • ๐Ÿ‘Œ Support setting generated member visibility (for removing synthetic accessors)
    • ๐Ÿ‘Œ Support accessing Transaction instance from KotlinReactiveEntityStore
    • PostgresSQL store blobs as bytea
    • ๐Ÿ›  Fix foreign key support in Android sqlcipher/sqlite-support
    • ๐Ÿ›  Fix stack overflow on bi-directional attributes in EnityProxy.toString
    • ๐Ÿ›  Fix references cascaded even if Cascade.NONE specified
    • ๐Ÿ›  Fix NoSuchMethodError when converting a entity with @Embedded types to json
    • ๐Ÿ›  Fix Observables not triggered for insert operations
    • ๐Ÿ›  Fix @Transient annotation not applied to methods
    • ๐Ÿ›  Fix @Transient members were checked for reserved works
    • ๐Ÿ›  Fix Connection instance not closed on transaction rollback