pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support

php.internals

Hans-Peter Oeri

18 years ago
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

Lukas Kahwe Smith

18 years ago
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 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 sqlite and maybe some other RDBMS. regards, Lukas

Hans-Peter Oeri

18 years ago
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 sqlite and maybe > some other RDBMS.
It's a documented attribute in the manual (list of constants) - sorry if I should have misunderstood that. HPO

Lukas Kahwe Smith

18 years ago
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 standard attribute, since its also supported by sqlite and maybe >> some other RDBMS. > It's a documented attribute in the manual (list of constants) - > sorry if > I should have misunderstood that.
Ah nevermind me then .. i did not notice when this attribute was added. regards, Lukas

Lars Westermann

18 years ago
Fixed in PHP_5_3 /Lars "Lukas Kahwe Smith" <mls@pooteeweet.org> skrev i en meddelelse news:38EF99F1-2299-4C7D-857F-67ED1D60FFA1@pooteeweet.org...

Marcus Börger

18 years ago
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:
> Fixed in PHP_5_3
> /Lars
> "Lukas Kahwe Smith" <mls@pooteeweet.org> skrev i en meddelelse > news:38EF99F1-2299-4C7D-857F-67ED1D60FFA1@pooteeweet.org... >> >> 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 standard attribute, since its also supported by sqlite and maybe >>>> some other RDBMS. >>> It's a documented attribute in the manual (list of constants) - sorry if >>> I should have misunderstood that. >> >> Ah nevermind me then .. i did not notice when this attribute was added. >> >> regards, >> Lukas
Best regards, Marcus