On Mar 4, 5:27 pm, "spox" <[email protected]> wrote:
> The only thing I'm using the serialize for is storing regular expressions.
> Previously, attempts to just store the string would result in it being mangled
> upon return due to escaping. Serializing ensured the result was consistent, so
> that's what I have stuck with. But yeah, I don't mind moving it back to hooks.
> Will these be removed in the next release?

Weird.  I thought this was true for any regular expression r:

  %r{#{r.source}} == r

Maybe there are some regular expressions where that doesn't work.

In any case, it may be deprecated in the next release, but it wouldn't
be removed until at least the following release.

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