projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
558b57e
)
nest doesn't need a node expander either
Matt S Trout [Sat, 28 Sep 2019 17:39:27 +0000 (17:39 +0000)]
lib/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract.pm
b/lib/SQL/Abstract.pm
index
7261499
..
a0904a9
100644
(file)
--- 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',