PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB » Bug #3219

Column alias for Interbase

Details

Request #3219Column alias for Interbase
Submitted2005-01-17 09:43 UTC
Fromdclark at opsi dot co dot za
Assignedquipo
StatusClosed
PackageMDB
PHP Version4.3.9
OSWindows 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?