Re: [PHP-DEV] Patch for #42589

2007-10-13 Thread Martin Jansen
Martin Jansen wrote: On Sat Oct 13, 2007 at 11:4625AM +0200, Martin Jansen wrote: Attached is a patch for the MySQL and SQLite drivers of PDO that implements the feature request from #42589 by adding the name of the table where the column is from to the output of getColumnMeta(). Antony alread

Re: [PHP-DEV] Patch for #42589

2007-10-13 Thread Martin Jansen
On Sat Oct 13, 2007 at 11:4625AM +0200, Martin Jansen wrote: > Attached is a patch for the MySQL and SQLite drivers of PDO that > implements the feature request from #42589 by adding the name of the > table where the column is from to the output of getColumnMeta(). Antony already implemented this

[PHP-DEV] Patch for #42589

2007-10-13 Thread Martin Jansen
Attached is a patch for the MySQL and SQLite drivers of PDO that implements the feature request from #42589 by adding the name of the table where the column is from to the output of getColumnMeta(). The change for MySQL seems to be pretty straightforward, but for SQLite I had to add the SQLITE_ENA