Commit here: 
http://github.com/jeremyevans/sequel/commit/b94bf8ef0534f37364c94f0620a031ee4abeeebc

Commit message:

Deprecate ParseTree filters, allow expression (blockless) filters
inside
blocks, default to ParseTree filters

ParseTree filters are now officially deprecated and are scheduled for
removal in Sequel 2.2.  They are still the default even though they
are deprecated in order to not immediately break legacy code.

To use the expression (blockless) filters inside blocks, either
set the SEQUEL_NO_PARSE_TREE constant before requiring sequel,
or use Sequel.use_parse_tree = false after requiring it.

Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to sequel-talk@googlegroups.com
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