Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Bugs 2015 06 08 #47

Merged
merged 3 commits into from
Jun 9, 2015
Merged

Bugs 2015 06 08 #47

merged 3 commits into from
Jun 9, 2015

Conversation

bholmes
Copy link

@bholmes bholmes commented Jun 8, 2015

No description provided.

bholmes added 3 commits June 8, 2015 12:28
It is not clear why Android is not returning some of the ids that
are requested.  This fix will simply skip over any missing ids.

Skipping the ids should match the behavior before this commit
ea33078
In these 2 cases Mimetype is added to the query but was not checking to see if
anything was already there.

This will avoid queries where the AND is missing

((mimetype = ?) AND (data2 IS NOT NULL))(mimetype = ?) bad
((mimetype = ?) AND (data2 IS NOT NULL)) AND (mimetype = ?) better
AddressBook class now conflicts with a namespace in Xamarin.iOS.

Fixes #45
bholmes added a commit that referenced this pull request Jun 9, 2015
@bholmes bholmes merged commit 8e5bcf4 into master Jun 9, 2015
@bholmes bholmes deleted the bugs-2015-06-08 branch June 9, 2015 20:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant