[Groonga-commit] groonga/groonga-command at e3f7cbb [fix-travis-ci-error] Fill Groonga::Command::Select.parameter_names

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 13 17:20:53 JST 2016


YUKI Hiroshi	2013-09-12 18:57:26 +0900 (Thu, 12 Sep 2013)

  New Revision: e3f7cbb897aedec7cd78bedee1af11ba19799775
  https://github.com/groonga/groonga-command/commit/e3f7cbb897aedec7cd78bedee1af11ba19799775

  Message:
    Fill Groonga::Command::Select.parameter_names

  Modified files:
    lib/groonga/command/select.rb

  Modified: lib/groonga/command/select.rb (+9 -2)
===================================================================
--- lib/groonga/command/select.rb    2013-09-12 18:27:44 +0900 (e28e080)
+++ lib/groonga/command/select.rb    2013-09-12 18:57:26 +0900 (45a7ff4)
@@ -25,9 +25,16 @@ module Groonga
 
       class << self
         def parameter_names
-          # TODO: Fill me
           [
-            :table
+            :table,
+            :sortby,
+            :scorer,
+            :query,
+            :filter,
+            :conditions,
+            :drilldowns,
+            :output_columns,
+            :output_type,
           ]
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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