-
Notifications
You must be signed in to change notification settings - Fork 86
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
insertGet return null if MySQL table contains JSON type field #153
Comments
Does your table have an |
Yep. |
Oh, interesting. Lines 691 to 709 in 7976058
This logic might be invalid for a JSON field. |
insertGet('table', ['text_field' => 'text', 'json_field' => json_encode([1,2,3])], 'id') will not return 'id'
The text was updated successfully, but these errors were encountered: