History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-1424
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Bill Karwin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Support getColumnMeta() in Zend_Db_Statement_Interface

Created: 23/May/07 03:37 PM   Updated: 03/Sep/08 12:01 AM
Component/s: Zend_Db_Select
Affects Version/s: 0.9.3
Fix Version/s: Next Minor Release

Time Tracking:
Original Estimate: 1 week
Original Estimate - 1 week
Remaining Estimate: 1 week
Remaining Estimate - 1 week
Time Spent: Not Specified
Remaining Estimate - 1 week

Issue Links:
Related
 

Fix Version Priority: Nice to Have


 Description  « Hide
PDOStatement has a newer method getColumnMeta() which is not represented in Zend_Db_Statement_Interface and not implemented in the various Zend_Db_Statement concrete classes.

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Fabrizio Balliano - 07/Sep/07 10:59 AM
i think this would be very useful.

Bill Karwin - 13/Nov/07 10:36 AM
Note that the getColumnMeta() method is experimental in PDO, and it is not implemented by any PDO drivers, as far as I know.

http://php.net/manual/en/function.PDOStatement-getColumnMeta.php


Wil Sinclair - 18/Apr/08 01:11 PM
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.