[PHP-DEV] case folding array string keys

2008-06-16 Thread Dave Lee
Hi, I have a patch that I'm hoping might be useful to PHP developers, at least those using PostgreSQL. The patch provides case folding of string keys during hash lookups. The need for this comes from ... We're transitioning from MySQL to PostgreSQL, and like many, we use camel casing for naming ta

Re: [PHP-DEV] case folding array string keys

2008-06-16 Thread Dave Lee
On Mon, Jun 16, 2008 at 2:06 PM, Christopher Jones <[EMAIL PROTECTED]> wrote: > Oracle columns names are similarly case insensitive - unless the table > was created with quoted column names. Users can see similar issues. So same needs as as PostgreSQL. > However, what about creating an RFC on >