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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rfinnie at kefta dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC