But it is quite a bit slower if I remember correctly.
/ Martin Nilsson (saturator)
Previous text:
2003-10-22 06:31: Subject: Re: Proposal-patch for documentation of Sql.pike
You might want to add that the by far easiest way to avoid the problem is to use the 'sprintf' like feature of query (and big query).
As in:
query( "SELECT name FROM customers WHERE ident=%s", ident );
This will automatically do the quoting for you. The same goes for the :foo syntax.
/ Per Hedbor ()