Hey Jeremy,

This change is working great for me, thanks. I do have one followup: I
have several places in library code where I need to do something like:

begin
  old_raise_on_save_failure, object.raise_on_save_failure =
object.raise_on_save_failure, true
  object.save
ensure
  object.raise_on_save_failure = old_raise_on_save_failure
end

Would you accept a patch for save/destroy to support a
:raise_on_failure option, so this pattern can be replaced with:

object.save(:raise_on_failure => true)

--

You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=.


Reply via email to