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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 2 = ?
Subscribe to this entry?

 
 [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)

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 14:01:28 2024 UTC