On Mar 4, 7:32 pm, Jeremy Evans <[email protected]> wrote:
> In any case, it may be deprecated in the next release, but it wouldn't
> be removed until at least the following release.

Since nobody responded that they needed dataset transforms, they has
been deprecated and will be removed in Sequel 3.0.

Model.serialize is also deprecated, since it relied on dataset
transforms, but I added a serialization plugin that is mostly
compatible.  So you change:

  MyModel.serialize :column1, :column2, :format=>(:marshal||:yaml)

to:

  MyModel.plugin :serialization, (:marshal||:yaml), :column1, :column2

See 
http://github.com/jeremyevans/sequel/commit/3c8260e5aae75f868512ed59ea2732247530113d
for details.

Jeremy

--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to