[ALOY-1031] Alloy: ListView not binding correctly with Collection when using Encrypted Database Module
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-05-28T17:33:27.000+0000 |
Affected Version/s | Alloy 1.3.1 |
Fix Version/s | Alloy 1.5.0 |
Components | Models |
Labels | qe-manualtest, supportTeam |
Reporter | Marco Cota |
Assignee | Tim Poulsen |
Created | 2014-05-23T01:27:42.000+0000 |
Updated | 2018-03-07T22:28:27.000+0000 |
Description
Issue
In iOS when using a custom sync for enabling the Encrypted Database Module as a type for the model and binding the collection to a listView after calling the first fetch the listView get correctly populated, but when trying to call a fetch with a SQL query the listView does not reflect the new data in the collection. After testing using the standard sql type or using the encrypted database in Android everything works as expected.Steps to repro
1. Run the Sample app attached (encDB.zip) in iOS. 2. Type 3 letter into the search bar. Expected Result: After inserting 3 characters the collection will fetch using a SQL query and the listView will be updated. Actual Result: After inserting 3 characters the collection is fetch using a SQL query but the listView is not updated.Attachments
File | Date | Size |
---|---|---|
encDB.zip | 2014-05-23T01:27:42.000+0000 | 9809953 |