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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Fri Apr 26 05:01:30 2024 UTC