Re: [PDO] PDO version 1 improvements
[email protected] (Ulf Wendel)
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
Lukas Kahwe Smith schrieb: > Hi, > > I have folded some suggestions together and reorganized several under > one headline [1]. More feedback welcome. Some quick thoughts. - introduce FLOAT type in PDO - don't enforce usage of Prepared Statements, allow simple statements prepare() can be an overhead its not always faster - don't emulate named parameters if the driver does not support it I wonder if named parameters are part of any SQL standard and why PDO once again ignores the world outside and tries to emulate stuff not all databases support to end up in a poor emulation. Ulf