[php-maint] Bug#502174: select AS with php5-odbc

Jeremy Nelson jenelso2 at wsc.edu
Fri Apr 30 20:25:56 UTC 2010


Package: php5-odbc
Version: PHP 5.2.6-1+lenny8
 
I am experiencing the same issue when querying tables on a SQL Server 9.0.4053 (SQL Server 2005).
 
SELECT ID, Column AS alias FROM Table;

Returns:

ID | Column
-----------
1  |  value
2  |  value
3  |  value
 
Instead of:

ID  |  alias
------------
1   |  value
2   |  value
3   |  value
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20100430/544a0b67/attachment.htm>


More information about the pkg-php-maint mailing list