On Sun, Apr 16, 2017 at 3:40 PM, Richard Hipp <d...@sqlite.org> wrote:

> > On 16 Apr 2017, at 10:57pm, Timothy Stack <timothyshanest...@gmail.com>
> > wrote:
> >
> >>  UPDATE foo SET col0 = 'bar' WHERE hidden_field = 'baz'
> >>
> >> Having the real syntax, like the following, would be nice though:
> >>
> >>  UPDATE foo('baz') SET col0 = 'bar'
>
> Whether or not the suggest is a good idea is a different matter.  I'm
> skeptical.  A function is typically not an l-value and is hence not
> typically something that can be modified.


​Richard, if I made the necessary changes to the parser, docs, and updated
the carray extension as an example, would you accept the patch?

thanks,

tim​


> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to