Re: [PHP-DEV] PDO: table name of field in SQLite #42589 and a new fetch style FETCH_ASSOC_TREE

2009-01-06 Thread Oskar Eisemuth
Hello Lukas Kahwe Smith wrote: Using the column key to build a hierarchical tree structure by using the dot as delimiter for the keys. PDO::FETCH_ASSOC_TREE Personally I am not such a fan of the bit-wise parameter approach. Then again it provides a lot of flexibility. That being said finding

Re: [PHP-DEV] PDO: table name of field in SQLite #42589 and a new fetch style FETCH_ASSOC_TREE

2009-01-05 Thread Lukas Kahwe Smith
On 03.01.2009, at 21:44, Oskar Eisemuth wrote: Hi Receiving the table name for an column is quite useful. It is not possible for all PDO database drivers to support this functionally, still at least the SQLite version could support it when Bug #42589 is resolved. ATTR_FETCH_TABLE_NAMES sho

[PHP-DEV] PDO: table name of field in SQLite #42589 and a new fetch style FETCH_ASSOC_TREE

2009-01-03 Thread Oskar Eisemuth
Hi Receiving the table name for an column is quite useful. It is not possible for all PDO database drivers to support this functionally, still at least the SQLite version could support it when Bug #42589 is resolved. ATTR_FETCH_TABLE_NAMES should be added to SQLite too. Currently we have 2(3