Closed Mahdiazadbar closed 1 year ago
The changes look good; I will try to check this as soon as I can.
Would you be able to provide example snippets for this feature? Or maybe add some tests if possible.
Thanks!
whit this option in database config
we have this result
and when set true(and default is true) the result show as belw
and data structure in database
and this issue relate to this pull request https://github.com/yajra/laravel-oci8/issues/682
Released on v3.3.0 🚀 Thanks!
Add support disable STRINGIFY in oracle statement. then number value return as string with this change and use PDO::ATTR_STRINGIFY_FETCHES = false the number value rerun as number.