lib/thinking_sphinx/index/faux_column.rb in thinking-sphinx-1.3.17 vs lib/thinking_sphinx/index/faux_column.rb in thinking-sphinx-1.3.18

- old
+ new

@@ -40,9 +40,13 @@ # def __stack @stack end + def __path + @stack + [@name] + end + # Returns true if the stack is empty *and* if the name is a string - # which is an indication that of raw SQL, as opposed to a value from a # table's column. # def is_string? \ No newline at end of file