[Groonga-commit] ranguba/groonga-client at 637f370 [master] Set expression and values explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 31 15:17:31 JST 2017


Kouhei Sutou	2017-05-31 15:17:31 +0900 (Wed, 31 May 2017)

  New Revision: 637f37043eb088da5641537bd7cf97da39d2cea4
  https://github.com/ranguba/groonga-client/commit/637f37043eb088da5641537bd7cf97da39d2cea4

  Message:
    Set expression and values explicitly

  Modified files:
    lib/groonga/client/request/select.rb

  Modified: lib/groonga/client/request/select.rb (+3 -0)
===================================================================
--- lib/groonga/client/request/select.rb    2017-05-31 15:13:58 +0900 (e2b91d6)
+++ lib/groonga/client/request/select.rb    2017-05-31 15:17:31 +0900 (611f0b0)
@@ -157,6 +157,9 @@ module Groonga
               end
             end
             values = values_or_value
+          else
+            expression = expression_or_column_name
+            values = values_or_value
           end
           add_parameter(ScorerMerger,
                         ScorerExpressionParameter.new(expression, values))
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index