isoc-il / laravel-ifx

Informix DB driver for Laravel 5/6/7/8/9
https://github.com/isoc-il/laravel-ifx
MIT License
8 stars 14 forks source link

Undefined property 'column_name' when running getColumnListing #5

Closed justin-sleep closed 2 years ago

justin-sleep commented 2 years ago

When running something like DB::connection('informix')->getSchemaBuilder()->getColumnListing('your_table_here')

I'm getting:

<warning>PHP Warning:  Undefined property: stdClass::$column_name in /path/to/vendor/isoc-il/laravel-ifx/src/Poyii/Informix/Query/Processors/IfxProcessor.php on line 23</warning>