I recently introduced a bug into an app, and was kind of surpised:

Failed Update Action.

Essentially, I had changed the name of the key argument in the HTML form, so my update action ended up as:

UPDATE vcs.media SET mime_type_id=3,size=50945,filename=?,data=? WHERE (id IS NULL)


So the update did NOT occur, because no id matched NULL, but did NOT throw an error. So I suppose, my resultsHTML should include:


<@IFEQUAL VALUE1="0" VALUE2="@@request$resultset[1,1]"><@THROWERROR DESCRIPTION="No Update occurred"></@IF>

But wouldn't it be nice if there was a No Results tab in the Update action?

I'll make a feature request.

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to