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