Jim C. Nasby wrote:

> Is there some reason why bound parameters aren't being used? Aside from
> the security aspect, they also provide a speed improvement.

Prepared statements are planned for 2.3+.

They will however not be usable in some cases. Most queries (90%) will
be convertable. They are of the 'dumb' kind suited for this. But the
really complex ones like in the imap-search/sort code are a different
matter. Those are constructed based on the actual imap command
parameters. And imap-fetch will also be rewritten in that direction.

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to