ZF-12080: PHP array of rows of record set get uppercase index
Description
I'm using
resources.db.params.options.autoQuoteIdentifiers = false resources.db.params.options.caseFolding = 2
on my config. Inserts, updates and deletes work fine, but resultsets have uppercase indexes. This make database abstract not work. I have changed all of my code to uppercase too
Comments
No comments to display