-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
Response is casting all attributes to string #1975
Comments
Hi, the problem was introduced in this PR: #1952 in file DataProcessor.php inside the function escapeRow two lines where removed.
|
It was a recent PR #1942 that fix the casting issue, however it broke #1951. Need to review this again further and waiting for feedbacks from the other guys @ridaamirini @aurelijussaldauskas. |
Really waiting for this one, any updates? |
any update? |
Same problem here, using PHP 7.2, Laravel 5.8, yajra/laravel-datatables-oracle 9.4.0 |
This works, if i added the two rows back |
Really waiting to fixe this issues, any updates? |
Al attributes are being casts as String
All attributes are being casts to String, even when the
$casts
attribute is present in the model.I've tried with
Same result.
When i return
Model::get();
orModel::all();
the attribute types are returned as expected.System Details
The text was updated successfully, but these errors were encountered: