Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Boolean field not supported by Parse persistence provider #120

Closed
jeanmarcp opened this issue Aug 19, 2019 · 2 comments
Closed

Boolean field not supported by Parse persistence provider #120

jeanmarcp opened this issue Aug 19, 2019 · 2 comments

Comments

@jeanmarcp
Copy link

Hi,

When using the Parse persistance, the boolean field type is not supported
because of the "?" at the end of the name of the field.
With this label : "Available": "available?" in the documentList, Parse send this error
╭-- Parse Response
Class: Products
Function: ParseApiRQ.create
Status Code: 105
Type: InvalidKeyName
Error: Invalid field name: available?.
╰--

My Parse server is hosted on back4app.

@jeanmarcp jeanmarcp changed the title Boolean field not supported by Parse persistance provider Boolean field not supported by Parse persistence provider Aug 19, 2019
@rickspencer3
Copy link
Contributor

Oh Hi! I did not realize anyone was using this or I would have helped, I'm really sorry. I have been away from this project for a while due to real work. I am currently catching up all of the out of date dependencies, testing that everything still works, then I will get back to Parse support.

@rickspencer3
Copy link
Contributor

I pulled the Parse support out of the project so I could work on it in a branch for a while. If are willing and able to help, please let me know.

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

No branches or pull requests

2 participants