-
Notifications
You must be signed in to change notification settings - Fork 14
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
Malformed array literal #41
Comments
That should not happen if you registered both attributes on the Can you provide the stack trace and give more information about your setup like what client are you using and if you have extending the |
I am not extending any methods, my model is essentially bare.
The call stack:
|
I'm having an hard time reproducing this error, but I suspect the issue is with the column type and/or the query you're executing. Can you please provide both? |
@ricardogama I am an idiot. You are right, the first column is |
I am trying to update a row with two json columns:
And I get the error
Unhandled rejection error: malformed array literal: "[0,3]"
. Am I missing something fundamental, or is this unintentional?The text was updated successfully, but these errors were encountered: