-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Bugfix #245
Closed
Closed
Bugfix #245
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Merged v1.0.22 * 1. Fix return result from save method. This is important. 2. Fix unsavedChanges issue in ParseUser login and # 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 # 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.
@WangPerryWPY StorageRelation |
Sorry, I haven't found your changes. Can you give me a link? Thanks
…------------------ Original ------------------
From: "Rodrigo de Souza Marques"<notifications@github.com>;
Date: Fri, Aug 9, 2019 08:05 PM
To: "phillwiggins/flutter_parse_sdk"<flutter_parse_sdk@noreply.github.com>;
Cc: "WangPerryWPY"<wangpy6@mail2.sysu.edu.cn>; "Mention"<mention@noreply.github.com>;
Subject: Re: [phillwiggins/flutter_parse_sdk] Bugfix (#245)
@WangPerryWPY
Some changes that I have included in README.md are being removed in your PR.
Storage
Relation
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
[https://github.com/phillwiggins/flutter_parse_sdk/blob/release/1.0.23/README.md] |
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 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix OrderBy multiple columns #241