ID:               42589
 Updated by:       scott...@php.net
 Reported By:      fabrizio dot balliano at crealabs dot it
-Status:           Assigned
+Status:           Closed
 Bug Type:         PDO related
 Operating System: *
 PHP Version:      5.2.4
 Assigned To:      scottmac
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Will be in 5.3.0


Previous Comments:
------------------------------------------------------------------------

[2009-01-08 10:40:24] paj...@php.net

Scott, can you take a look at the patch please?

------------------------------------------------------------------------

[2008-11-30 11:47:12] m...@php.net

MySQL has been supporting this for quite some time now.  My patch for
SQLite is still pending, I guess.

------------------------------------------------------------------------

[2007-10-13 09:59:58] m...@php.net

I have suggested a first patch to implement this for MySQL and SQLite:
http://news.php.net/php.internals/32742

------------------------------------------------------------------------

[2007-09-07 16:07:43] fabrizio dot balliano at crealabs dot it

Description:
------------
if you do 
"select * from table1 join table2 on (table1.id=table2.id)

how can you understand which fields are coming from table1 and which
from table2?

the only way is that getcolumnmeta() also returns the table name of
every column



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42589&edit=1

Reply via email to