Skip to content

Bugfix #245

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 25 commits into from
Closed

Bugfix #245

wants to merge 25 commits into from

Conversation

WangPerryWPY
Copy link
Contributor

Fix OrderBy multiple columns #241

phillwiggins and others added 25 commits June 23, 2019 16:39
* Merged v1.0.22

* 1. Fix return result from save method. This is important.
2. Fix unsavedChanges issue in ParseUser login and signUp method.
3. Delete useless and reduplicative decode in ParseUser. Because this is already done in handleResponse method. This also cause wrong unsaved changes.
* Merged v1.0.22

* 1. Fix return result from save method. This is important. (parse-community#208)

2. Fix unsavedChanges issue in ParseUser login and signUp method.
3. Delete useless and reduplicative decode in ParseUser. Because this is already done in handleResponse method. This also cause wrong unsaved changes.

* README.md updated from https://stackedit.io/

* README.md updated from https://stackedit.io/

* README.md updated from https://stackedit.io/

* README.md updated from https://stackedit.io/

* README.md updated from https://stackedit.io/

* Update README.md

* add distinct
)

When `autoSendSessionId: true`, it always sets the sessionToken header, even if `null`. However, when `null`, it throws an exception due to its unexpected type and breaks live query.

```
I/flutter (12537): LiveQuery: : ConnectMessage: {op: connect, applicationId: myAppId, masterKey: 123456, sessionToken: null}

I/flutter (12537): LiveQuery: : SubscribeMessage: {op: subscribe, requestId: 1, query: {className: Diet_Plans, where: {objectId: 2pNUgv1CKA}}, sessionToken: null}

I/flutter (12537): LiveQuery: : Listen: {"op":"error","error":"Invalid type: null (expected string)","code":1,"reconnect":true}
```
…Decrement, AddUnique, AddRelation, RemoveRelation can be merged between the same operation and some other operation. Implementation method reference iOS SDK. I do this by Implementing a tool class in "parse_merge.dart" and calling the "mergeWithPrevious" Method in the set method which implemented in parse_base.dart.
@RodrigoSMarques
Copy link
Contributor

@WangPerryWPY
Some changes that I have included in README.md are being removed in your PR.

Storage

Relation

@WangPerryWPY
Copy link
Contributor Author

WangPerryWPY commented Aug 9, 2019 via email

@RodrigoSMarques
Copy link
Contributor

[https://github.com/phillwiggins/flutter_parse_sdk/blob/release/1.0.23/README.md]

@phillwiggins
Copy link
Member

@WangPerryWPY

Please can check the above issue. Also, please can you close this MR and create a new one on branch labelled release/1.0.23.

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants