Home » Database » MDB » Bug #3219
Column alias for Interbase
Details
| Request #3219 | Column alias for Interbase |
|---|---|
| Submitted | 2005-01-17 09:43 UTC |
| From | dclark at opsi dot co dot za |
| Assigned | quipo |
| Status | Closed |
| Package | MDB |
| PHP Version | 4.3.9 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2005-01-17 09:43 UTC] dclark at opsi dot co dot za
Description:
------------
File: MDB/ibase.php
Function: getColumnNames($result)
In the above function the field name is set to
$field_name = $column_info['name'];
However I think it would be more useful to return the alias of the column name, i.e.
$field_name = $column_info['alias'];
[2005-02-05 02:12 UTC] smith at backendmedia dot com
Lorenzo can you have a look on this one?