[Dbix-class] Explicit ASTs (ping nate)

Sam Vilain sam at vilain.net
Mon Sep 4 19:40:01 CEST 2006


Matt S Trout wrote:
>    foo = 'yay' AND bar LIKE 'wooho%'
> 
> becoming
> 
>    [ -op, 'AND',
>      [ -op, '=', [ -name, 'foo' ], [ -bind, 'yay' ] ],
>      [ -op, 'LIKE', [ -name, 'bar' ], [ -bind, 'wooho%' ] ],
>    ],

Would it hurt *that* much to bless these fragments, to make it easier in
places?

Sam.




More information about the Dbix-class mailing list