GitHub user manugb opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/70
Remove ops I made an isolate project that only handles this plugin. And when I modify an existing contact and print the rows of cursor in line 272 I got like 1000 more rows. I keept running this sequence over and over and everytime the rows count got bigger and bigger So when I start analyzing the modify contact method I foung this ops to be the source of the bug. I comment it and run the sequence again and the row count didnt increase. What do you think ? You can merge this pull request into a Git repository by running: $ git pull https://github.com/manugb/cordova-plugin-contacts fix-adding-too-many-rows Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-contacts/pull/70.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #70 ---- commit 1d923b372f1ad92871e3b8bc3398af454162eba1 Author: manugb <manuelgambi...@gmail.com> Date: 2015-07-23T04:08:38Z Remove ops ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org