[PHP-DEV] PHP 4.0 Bug #9774: OCIColumnType() returns similar, but non-specific datatypes From: rfinnie <email protected>
Date: 03/15/01

From: rfinnie <email protected>
Operating system: Solaris 8 Intel
PHP version: 4.0.4pl1
PHP Bug Type: OCI8 related
Bug description: OCIColumnType() returns similar, but non-specific datatypes

Section 2 of the Oracle 8i SQL Reference document specifies 4 character datatypes: CHAR, NCHAR, NVARCHAR2, and VARCHAR2. However, OCIColumnType() will only return CHAR, CHAR, VARCHAR and VARCHAR, respectively.

Ryan Finnie

-- 
Edit Bug report at: http://bugs.php.net/?id=9774&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>