php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57526 PDOStatement->getColumnMeta() - table information
Submitted: 2007-02-13 11:05 UTC Modified: 2013-02-18 00:35 UTC
From: fabrizio dot balliano at crealabs dot it Assigned:
Status: No Feedback Package: PDO (PECL)
PHP Version: Irrelevant OS:
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fabrizio dot balliano at crealabs dot it
New email:
PHP Version: OS:

 

 [2007-02-13 11:05 UTC] fabrizio dot balliano at crealabs dot it
Description:
------------
calling PDOStatement->getColumnMeta() no info about the table is given back, it's really useful when need to get info about a big query with more than one table (joins)

this feature is now provided by some db adapter:
http://it2.php.net/mysql_field_table

and should be replicated for all adapters also in pdo


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-12 10:47 UTC] johannes at schlueters dot de
Please try PHP 5.3 snapshots from snaps.php.net, if it still doesn't work please give a full working example (Test-Code including CREATE TABLE statement)
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC