lib/bmg/operator/autowrap.rb in bmg-0.21.5 vs lib/bmg/operator/autowrap.rb in bmg-0.23.0
- old
+ new
@@ -129,10 +129,10 @@
if (wrapped_roots! & attrs).empty?
operand.page(ordering, page_index, opts).autowrap(options)
else
super
end
- rescue UnknownAttributesError
+ rescue UnsupportedError, UnknownAttributesError
super
end
def _project(type, attrlist)
separator = @options[:split]