Re: Generic multi-row searched update
[prev]
[thread]
[next]
[Date index for 2004/07/01]
On Tue, Jun 29, 2004 at 02:49:35PM +0100, Tim Bunce wrote:
> It's very flexible, allowing SQL::Abstract syntax for the condition
> and references-to-strings for literal SQL expressions in the SET
> clause.
The refs as literals is interesting.
Both of these could potentially go in the new, broken out, build your
own search, code that also deals with transforming the key/value pairs
into an SQL string that people have been requesting.
Tony