[Groonga-commit] droonga/droonga-engine at 0e45633 [master] Add required parameter "key_type"

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 7 16:19:05 JST 2014


YUKI Hiroshi	2014-11-07 16:19:05 +0900 (Fri, 07 Nov 2014)

  New Revision: 0e45633197e67e7868af78062a8e854d12d2850c
  https://github.com/droonga/droonga-engine/commit/0e45633197e67e7868af78062a8e854d12d2850c

  Message:
    Add required parameter "key_type"

  Modified files:
    test/command/suite/groonga/table_create/hash.test

  Modified: test/command/suite/groonga/table_create/hash.test (+3 -2)
===================================================================
--- test/command/suite/groonga/table_create/hash.test    2014-11-07 16:04:41 +0900 (9970656)
+++ test/command/suite/groonga/table_create/hash.test    2014-11-07 16:19:05 +0900 (0cab9ec)
@@ -2,7 +2,8 @@
   "type": "table_create",
   "dataset": "Default",
   "body": {
-    "name"  : "User",
-    "flags" : "TABLE_HASH_KEY"
+    "name"     : "User",
+    "flags"    : "TABLE_HASH_KEY",
+    "key_type" : "ShortText"
   }
 }
-------------- next part --------------
HTML����������������������������...
Download 



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