php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #76908 PDO_OCI getColumnMeta() not implemented
Submitted: 2018-09-20 10:14 UTC Modified: 2018-10-01 05:50 UTC
From: valentin at famillecollet dot com Assigned: kalle (profile)
Status: Closed Package: PDO OCI
PHP Version: Next Minor Version OS: Any
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: valentin at famillecollet dot com
New email:
PHP Version: OS:

 

 [2018-09-20 10:14 UTC] valentin at famillecollet dot com
Description:
------------
PDO_OCI driver doesn't support the function getColumnMeta

http://php.net/manual/en/pdostatement.getcolumnmeta.php


I did a PR for the implementation

Test script:
---------------
<?php
$db = new PDO("oci:dbname=myDB", "User", "Password");
$stmt = db->prepare("SELECT ...");
$stmt->execute();
$stmt->getColumnMeta(0); // Error function not implemented


Patches

pdo_oci_stmt_col_meta (last revision 2018-09-20 10:15 UTC by valentin at famillecollet dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-09-20 10:26 UTC] valentin at famillecollet dot com
The Pull Request link
https://github.com/php/php-src/pull/3542
 [2018-10-01 05:19 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=959e640e6d4e3f1820dd5f5b32c340205855943c
Log: Fixed bug #76908 PDO_OCI getColumnMeta() not implemented
 [2018-10-01 05:19 UTC] remi@php.net
-Status: Open +Status: Closed
 [2018-10-01 05:19 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0ae5f82135e68251b2480a41a47ead4adba51eb9
Log: Fixed bug #76908 	PDO_OCI getColumnMeta() not implemented
 [2018-10-01 05:50 UTC] kalle@php.net
-Type: Bug +Type: Feature/Change Request -Assigned To: +Assigned To: kalle
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 12:01:29 2024 UTC