The current table-valued function feature seems to only work for
SELECT statements.  Was any thought given to whether updates
would be supported for table-valued functions?  It seems like it's
technically possible and could be made to work right now with
this awkward syntax:

  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'

thanks,

tim stack
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to