Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix ParseQuery whereArrayContainsAll #260

Merged
merged 1 commit into from
Aug 27, 2019
Merged

Fix ParseQuery whereArrayContainsAll #260

merged 1 commit into from
Aug 27, 2019

Conversation

RodrigoSMarques
Copy link
Contributor

No description provided.

Copy link
Member

@phillwiggins phillwiggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@phillwiggins phillwiggins merged commit 0f64a3d into parse-community:release/1.0.25 Aug 27, 2019
phillwiggins added a commit that referenced this pull request Jan 11, 2020
* Release/1.0.25 - Updated versions

* Release/1.0.25 - ParseFile change

* Fix whereArrayContainsAll (#260)

* Bug fix: 'set' method should force update by default. If someone change a property of object from 'get' method and then 'set' it in ParseObject, it should be dirty. (#262)

* Fix About Retrieving Sessions (#263)

* ParseObject.update/ParseInstallation.create/ParseSession.installationId (#264)

* Fix About Retrieving Sessions

* parseObject.update/ParseInstallation.put/ParseSession.installation

* Refactored ParseUser.logout - resetting session id and deleting local data are now separate functions (#270)

* Update LICENSE (#274)

* Update LICENSE

* Update LICENSE

* Update LICENSE

* Fixed permission for ACL's getWriteAccess (#277)

* Update LICENSE

* Fixed permission for ACL's getWriteAccess

Fixes #275

* Optimize LiveQuery (#278)

* reconsitution

* reconnect when network state changed.

* reconnect when resume. (#279)

* Setting installationId in _Session object during sign-up (#293)

Excellent work!

* Release/1.0.25 - Add ParseUser update method

* Release/1.0.25 - Add ParseUser update method

* example app migration to use Sembast v2 (#294)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* cleanup and fixed a broken code (#295)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* updated .gitignore and cleaned unnecessary files in the repo

* fixed broken code after rebase

* updated .gitignore

* Release/1.0.25 - Update dependencies

Co-authored-by: 杨萧玉 <yulingtianxia@users.noreply.github.com>
Co-authored-by: kidder <841497533@qq.com>
Co-authored-by: matskosan <matsko@hyprec.com>
Co-authored-by: Artem Demyanov <qwertyway@gmail.com>
Co-authored-by: mregandla <3104483+mregandla@users.noreply.github.com>
fischerscode pushed a commit to fischerscode/Parse-SDK-Flutter that referenced this pull request Sep 5, 2020
* Release/1.0.25 - Updated versions

* Release/1.0.25 - ParseFile change

* Fix whereArrayContainsAll (parse-community#260)

* Bug fix: 'set' method should force update by default. If someone change a property of object from 'get' method and then 'set' it in ParseObject, it should be dirty. (parse-community#262)

* Fix About Retrieving Sessions (parse-community#263)

* ParseObject.update/ParseInstallation.create/ParseSession.installationId (parse-community#264)

* Fix About Retrieving Sessions

* parseObject.update/ParseInstallation.put/ParseSession.installation

* Refactored ParseUser.logout - resetting session id and deleting local data are now separate functions (parse-community#270)

* Update LICENSE (parse-community#274)

* Update LICENSE

* Update LICENSE

* Update LICENSE

* Fixed permission for ACL's getWriteAccess (parse-community#277)

* Update LICENSE

* Fixed permission for ACL's getWriteAccess

Fixes parse-community#275

* Optimize LiveQuery (parse-community#278)

* reconsitution

* reconnect when network state changed.

* reconnect when resume. (parse-community#279)

* Setting installationId in _Session object during sign-up (parse-community#293)

Excellent work!

* Release/1.0.25 - Add ParseUser update method

* Release/1.0.25 - Add ParseUser update method

* example app migration to use Sembast v2 (parse-community#294)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* cleanup and fixed a broken code (parse-community#295)

* Setting installationId in _Session object during sign-up

* example app migration to use Sembast v2

* updated .gitignore and cleaned unnecessary files in the repo

* fixed broken code after rebase

* updated .gitignore

* Release/1.0.25 - Update dependencies

Co-authored-by: 杨萧玉 <yulingtianxia@users.noreply.github.com>
Co-authored-by: kidder <841497533@qq.com>
Co-authored-by: matskosan <matsko@hyprec.com>
Co-authored-by: Artem Demyanov <qwertyway@gmail.com>
Co-authored-by: mregandla <3104483+mregandla@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants