Changeset 509

* add missing '?'.

Jun 16 2008 * 05:43 (5 months ago)
Committed by koutou

Affected files:

trunk/lib/retrospectiva/search_tokenizer.rb (Download diff)

r508r509
67
      end
67
      end
68
68
69
      def sql_id(column, exclude = false)
69
      def sql_id(column, exclude = false)
70
        "#{column} #{exclude ? '<>' : '='} "
70
        "#{column} #{exclude ? '<>' : '='} ?"
71
      end
71
      end
72
  
72
  
73
      def sql_like(column, exclude = false)
73
      def sql_like(column, exclude = false)