-
Notifications
You must be signed in to change notification settings - Fork 362
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
null value not persisted for properties of type JSON, Any, or Object #1895
Closed
Comments
5 tasks
achrinza
pushed a commit
that referenced
this issue
Aug 28, 2021
fixes #1895 Signed-off-by: Rifa Achrinza <[email protected]>
5 tasks
achrinza
pushed a commit
that referenced
this issue
Aug 28, 2021
fixes #1895 Signed-off-by: Rifa Achrinza <[email protected]>
achrinza
pushed a commit
that referenced
this issue
Aug 28, 2021
fixes #1895 Signed-off-by: Rifa Achrinza <[email protected]>
4 tasks
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
achrinza
pushed a commit
that referenced
this issue
Sep 12, 2021
fixes #1895 Signed-off-by: Rifa Achrinza <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Current Behavior
'null' is stored in the dataSource
Expected Behavior
null is stored in the dataSource
Proposed fix
Replace this:
With this:
Additional information
win32 x64 12.18.3
"loopback": "^3.28.0",
"loopback-datasource-juggler": "^3.28.0",
Related Issues
Could not find a related issue
The text was updated successfully, but these errors were encountered: