[Groonga-commit] groonga/grntest [master] Support "get"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Aug 14 12:23:28 JST 2012


Kouhei Sutou	2012-08-14 12:23:28 +0900 (Tue, 14 Aug 2012)

  New Revision: b7497d72ab23f17edb967f4d64b4c1bb5653c2ce
  https://github.com/groonga/grntest/commit/b7497d72ab23f17edb967f4d64b4c1bb5653c2ce

  Log:
    Support "get"

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -0)
===================================================================
--- lib/grntest/tester.rb    2012-08-12 14:21:37 +0900 (8780f72)
+++ lib/grntest/tester.rb    2012-08-14 12:23:28 +0900 (09e9120)
@@ -1408,6 +1408,8 @@ EOF
           ]
         when "truncate"
           ["table"]
+        when "get"
+          ["table", "key", "output_columns", "id"]
         else
           nil
         end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る