php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9774 OCIColumnType() returns similar, but non-specific datatypes
Submitted: 2001-03-15 17:26 UTC Modified: 2001-03-30 16:21 UTC
From: rfinnie at kefta dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.4pl1 OS: Solaris 8 Intel
Private report: No CVE-ID: None
 [2001-03-15 17:26 UTC] rfinnie at kefta dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-30 16:21 UTC] ohrn@php.net
From a look at the OCI library headerfiles it doesn't seem to be possible to tell the difference.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC