dg / dibi

Dibi - smart database abstraction layer
https://dibiphp.com
Other
487 stars 136 forks source link

Fixed "Cannot use object of type stdClass as array" #447

Closed radekdostal closed 10 months ago

radekdostal commented 10 months ago

v5.0.1 In Dibi\Connection.php: Helpers::alias($config, 'result|formatDate', 'resultDate');

Only with DibiExtension3. With DibiExtension22 it is ok.

dg commented 10 months ago

thanks