Node::to_sql: NOT: only return an extra join, don't pass it to $right->to_sql()
[id3fs.git] / lib / ID3FS / Path.pm
index 744946c..c683101 100644 (file)
@@ -670,6 +670,8 @@ sub tags_subselect
     my($self)=@_;
     my $hasvals=$self->expecting_values();
     my $tree=$self->{tagtree};
+    use Data::Dumper;
+    print Dumper $tree;
     my ($sqlclause, @joins)=$tree->to_sql($hasvals) if($tree);
     my $sql="\tSELECT fxt1.files_id FROM tags t1";
     my @crosses=();