Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-15 Thread Marcus Boerger
Hello Lars, now that you are the newly assigned maintainer, can you take care of the other patches Hans-Peter sent in, too? Also do you want him to get CVS access as well or do you prefer to work as proxy for him at the moment? marcus Thursday, November 15, 2007, 1:15:46 AM, you wrote: > Fixe

Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Lars Westermann
Fixed in PHP_5_3 /Lars "Lukas Kahwe Smith" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > > On 14.11.2007, at 16:30, Hans-Peter Oeri wrote: > >> Hi1 >> >> Lukas Kahwe Smith wrote: >>> Driver specific attributes and methods should be prefixed accordingly. >>> What does this o

Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Lukas Kahwe Smith
On 14.11.2007, at 16:30, Hans-Peter Oeri wrote: Hi1 Lukas Kahwe Smith wrote: Driver specific attributes and methods should be prefixed accordingly. What does this option do btw? Is this about qualifying column names with the table name? In that case this is something that should maybe be a

Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Hans-Peter Oeri
Hi1 Lukas Kahwe Smith wrote: > Driver specific attributes and methods should be prefixed accordingly. > What does this option do btw? Is this about qualifying column names > with the table name? In that case this is something that should maybe > be a standard attribute, since its also supported by

Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Lukas Kahwe Smith
On 14.11.2007, at 15:55, Hans-Peter Oeri wrote: I just needed ATTR_FETCH_TABLE_NAMES support in pdo_firebird. W/o any knowledge about PHP politics, please let me humbly offer the corresponding patch. Driver specific attributes and methods should be prefixed accordingly. What does this option

[PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

2007-11-14 Thread Hans-Peter Oeri
Hi! I just needed ATTR_FETCH_TABLE_NAMES support in pdo_firebird. W/o any knowledge about PHP politics, please let me humbly offer the corresponding patch. For any suggestions, please don't hesitate to contact me. Greets HPO --- php5-orig/ext/pdo_firebird/firebird_driver.c2007-11-12 16: