[PHP-DEV] PHP 4.0 Bug #10121 Updated: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
ID: 10121 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: Case Sensitive Associative Arrays Rereading that last line its a little confusing. If you want to input table or column names as mixed case you need to enclose them in quotes otherwise they are lo

[PHP-DEV] PHP 4.0 Bug #10121 Updated: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
ID: 10121 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: Case Sensitive Associative Arrays Rereading that last line its a little confusing. If you want to input table or column names as mixed case you need to enclose them in quotes otherwise they are lo

[PHP-DEV] PHP 4.0 Bug #10121: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: PostgreSQL related Bug description: Case Sensitive Associative Arrays The scenario is described here: mydb=> CREATE TABLE test ( U_Name char(50), U_Pass char(16) ); mydb=> INSERT