On Fri, 10 Sep 2004, Darren Duncan wrote:

> With this round, I will start using the new stuff like named host parameters.

Sadly named host params are still broken in sqlite 3.0.6. When I parse 
this SQL:

  SELECT user_id, fname, lname FROM users
  WHERE lname like :1
  UNION
  SELECT user_id, fname, lname FROM users
  WHERE fname like :1

the sqlite library still thinks I have 2 bind parameters, which breaks 
trying to execute that with one parameter under the DBI. I suspect this 
could be just a bug in sqlite3_bind_parameter_count, or the way sqlite 
internals count the number of parameters.

Plus I have yet to implement code for named parameters to work.

Matt.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Reply via email to