ZF-1424: Support getColumnMeta() in Zend_Db_Statement_Interface
Description
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.
Comments
Posted by Fabrizio Balliano (balliano) on 2007-09-07T10:59:21.000+0000
i think this would be very useful.
Posted by Bill Karwin (bkarwin) on 2007-11-13T10:36:50.000+0000
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/…
Posted by Wil Sinclair (wil) on 2008-04-18T13:11:47.000+0000
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.
Posted by Wil Sinclair (wil) on 2008-12-04T13:17:29.000+0000
Reassigning to Ralph since he's the new maintainer of Zend_Db
Posted by Ralph Schindler (ralph) on 2009-01-09T13:50:21.000+0000
Seems as though this functionality is possible via Zend_Db_Adapter_::describeTable() functionality, and perhaps best belongs there?
Reopen if this is still something you want to see implemented and ill reevaluate.