From: Matt S Trout Date: Sat, 28 Sep 2019 17:39:27 +0000 (+0000) Subject: nest doesn't need a node expander either X-Git-Tag: v2.000000~3^2~100 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3898b5b17d247c78b4b0de3c654627cc5f54da56;p=dbsrgits%2FSQL-Abstract.git nest doesn't need a node expander either --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 7261499..a0904a9 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -140,7 +140,6 @@ sub is_plain_value ($) { our %Defaults = ( expand => { bool => '_expand_bool', - nest => '_expand_nest', row => '_expand_row', op => '_expand_op', func => '_expand_func',